AliExpress & eBay | Best price

With this plugin, You can compare prices for similar products on the details page.

什麼是AliExpress & eBay | Best price?

AliExpress & eBay | Best price是由Wuhenlove開發的Chrome擴展程式,該擴展的主要功能是“With this plugin, You can compare prices for similar products on the details page.”。

擴展截圖

screenshot
screenshot

下載AliExpress & eBay | Best price擴展crx文件

下載AliExpress & eBay | Best price擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        AliExpress & eBay |  Best price is a Comparison of prices Chrome extension.With this plugin, You can compare prices for similar products on the details page.

Are you still worried about the high price of goods?It can help you find the best value for money in the same category.All you have to do is install the AliExpress & eBay |  Best price quickly.

*No bloat, no ads, no unnecessary permissions, Just click the button.*

If you encounter an issue, please report it via the customer support flag icon on the capture page, so we can improve the extension for you and everyone else who uses it.

Support the details pages of the following websites

1.https://www.aliexpress.com/
2.https://www.ebay.com/                    

擴展基本資訊

名稱 AliExpress & eBay | Best price AliExpress & eBay | Best price
ID dkoidcgcbmejimkbmgjimpdgkgilnncj
官方網址 https://chromewebstore.google.com/detail/aliexpress-ebay-best-pric/dkoidcgcbmejimkbmgjimpdgkgilnncj
簡介 With this plugin, You can compare prices for similar products on the details page.
檔案大小 362 KB
安裝次數 440
目前版本 1.0.1
更新時間 2023-03-25
上架時間 2022-12-17
評分 4.60/5 共 5 次評分
開發者 Wuhenlove
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://findniche.com/privacy
支援的語言 en,lt,zh-CN
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.1",
    "name": "AliExpress & eBay |  Best price",
    "description": "With this plugin, You can compare prices for similar products on the details page.",
    "homepage_url": "https:\/\/chrome.google.com",
    "default_locale": "en",
    "permissions": [],
    "host_permissions": [],
    "icons": {
        "64": "icon\/icon64.png",
        "128": "icon\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/chunk-vendors.js",
                "js\/content.js"
            ],
            "css": [
                "css\/main.css",
                "css\/content.css"
            ],
            "run_at": "document_start"
        }
    ],
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": "icon\/icon64.png",
        "default_title": "popup",
        "default_popup": "popup.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "img\/*",
                "icon\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; frame-src 'self'; child-src 'self'"
    }
}