Easy AliExpress Image Search

Quickly find similar products cheaper with other sellers on AliExpress. Use Easy AliExpress Image Search to quickly find similar…

什麼是Easy AliExpress Image Search?

Easy AliExpress Image Search是由TLG開發的Chrome擴展程式,該擴展的主要功能是“Quickly find similar products cheaper with other sellers on AliExpress. Use Easy AliExpress Image Search to quickly find similar…”。

擴展截圖

screenshot

下載Easy AliExpress Image Search擴展crx文件

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

擴展使用說明

                        Quickly find similar products cheaper with other sellers on AliExpress. 

Use Easy AliExpress Image Search to quickly find similar and related products from any AliExpress page.

- Find the same item from other sellers
- Compare prices for items between sellers
- Find the same item cheaper with other sellers
- Find closely related items to get product ideas

Just click "Search for Similar Products"                    

擴展基本資訊

名稱 Easy AliExpress Image Search Easy AliExpress Image Search
ID fdemmcjapipiblmecpdnldjlagpfpabg
官方網址 https://chromewebstore.google.com/detail/easy-aliexpress-image-sea/fdemmcjapipiblmecpdnldjlagpfpabg
簡介 Quickly find similar products cheaper with other sellers on AliExpress. Use Easy AliExpress Image Search to quickly find similar…
檔案大小 1.24 MB
安裝次數 17
目前版本 0.0.2
更新時間 2019-10-11
上架時間 2019-10-11
開發者 TLG
電子郵箱 [email protected]
付費類型 free
隱私政策頁面URL https://www.dropified.com/terms-of-service
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "0.0.2",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "short_name": "__MSG_appName__",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "background": {
        "scripts": [
            "bower_components\/jquery\/dist\/jquery.min.js",
            "scripts\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon-19.png",
            "32": "images\/icon-32.png",
            "38": "images\/icon-38.png"
        },
        "default_title": "__MSG_appName__",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.aliexpress.com\/*"
            ],
            "css": [
                "styles\/imagesearch.css"
            ],
            "js": [
                "bower_components\/jquery\/dist\/jquery.min.js",
                "scripts\/contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "images\/*"
    ],
    "permissions": [
        "tabs",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "http:\/\/*.aliexpress.com\/*",
        "https:\/\/*.aliexpress.com\/*",
        "https:\/\/www.mixfunnels.com\/extauth\/auth"
    ]
}