AliExpress Find Cheap

Aliexpress Find Cheap Product

什麼是AliExpress Find Cheap?

AliExpress Find Cheap是由bravoapp46開發的Chrome擴展程式,該擴展的主要功能是“Aliexpress Find Cheap Product”。

擴展截圖

screenshot
screenshot

下載AliExpress Find Cheap擴展crx文件

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

擴展使用說明

                        Aliexpress Find Cheap Product is small extention help you search product on aliexpress.com by image ,helps to find similar products on aliexpress.com most accurately and with the best product price. 
Just right click on product image and choose “FIND CHEAPER DEALS FROM OTHER VENDORS”.

 Typical user cases:
•	Show similar products
•	Discover visually relevant products to find the best deals

Find the lowest price product on AliExpress

Looking for similar products at better prices on Aliexpress?
 
AliExpress Find Cheap will help you find a supplier:

+ Best shipping time.
+ Best supplier rating.
+ Save time and money.

Happy shopping with aliexpress!
Email support [email protected]                    

擴展基本資訊

名稱 AliExpress Find Cheap AliExpress Find Cheap
ID aobdkfpbifceldnnokbnfdcmdfhdjddm
官方網址 https://chromewebstore.google.com/detail/aliexpress-find-cheap/aobdkfpbifceldnnokbnfdcmdfhdjddm
簡介 Aliexpress Find Cheap Product
檔案大小 312 KB
安裝次數 539
目前版本 1.0.0
更新時間 2022-05-20
上架時間 2022-05-20
評分 5.00/5 共 3 次評分
開發者 bravoapp46
電子郵箱 [email protected]
付費類型 free
擴展官網 https://alidropshipfinder.com/aliexpress-find-product-cheap
說明頁面URL https://alidropshipfinder.com/aliexpress-find-product-cheap
隱私政策頁面URL https://alidropshipfinder.com/privacy-and-cookies-policy
支援的語言 id,de,en,fr,nl,vi,tr,es,lt,pl,ru,th,ja,ko
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.0.0",
    "manifest_version": 3,
    "name": "AliExpress Find Cheap",
    "description": "Aliexpress Find Cheap Product",
    "icons": {
        "128": "asset\/image\/icon.png",
        "16": "asset\/image\/icon.png",
        "48": "asset\/image\/icon.png"
    },
    "default_locale": "en",
    "action": [],
    "content_scripts": [
        {
            "js": [
                "asset\/js\/libs\/jquery.min.js",
                "asset\/js\/ct.js"
            ],
            "css": [
                "asset\/css\/content.css"
            ],
            "matches": [
                "*:\/\/*.aliexpress.com\/*",
                "*:\/\/*.alipay.com\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "contextMenus"
    ],
    "host_permissions": [
        "https:\/\/api.dropshipautofinder.info\/"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "asset\/js\/*.js",
                "asset\/image\/*.png",
                "asset\/css\/*.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "asset\/js\/bg.js",
        "type": "module"
    }
}