Ali-Scout

Find your ideal product!

什麼是Ali-Scout?

Ali-Scout是由https://ali-scout.com開發的Chrome擴展程式,該擴展的主要功能是“Find your ideal product!”。

擴展截圖

screenshot
screenshot
screenshot

下載Ali-Scout擴展crx文件

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

擴展使用說明

                        Ali-Scout was created by online sellers for themselves, to automate the business model of buying and selling from Alibaba

Chrome Extension analysis of Alibaba suppliers and products

Ali-Scout enhances the quality of information and improves your chance of success and profitability                    

擴展基本資訊

名稱 Ali-Scout Ali-Scout
ID aeemhjkolnngmpmdlbdgimnohhhhdkbh
官方網址 https://chromewebstore.google.com/detail/ali-scout/aeemhjkolnngmpmdlbdgimnohhhhdkbh
簡介 Find your ideal product!
檔案大小 203 KB
安裝次數 69
目前版本 0.16
更新時間 2019-07-12
上架時間 2019-07-12
開發者 https://ali-scout.com
付費類型 free
擴展官網 https://ali-scout.com/
支援的語言 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "description": "__MSG_appDescription__",
    "homepage_url": "https:\/\/ali-scout.com",
    "default_locale": "en",
    "version": "0.16",
    "manifest_version": 2,
    "permissions": [
        "cookies",
        "activeTab",
        "declarativeContent",
        "https:\/\/*.alibaba.com\/",
        "http:\/\/*.alibaba.com\/"
    ],
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "page_action": {
        "default_icon": "icon128.png",
        "default_title": "AliScout"
    },
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.alibaba.com\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "font-awesome.js",
                "content-script.js",
                "chunk-vendors.js",
                "app.js"
            ],
            "css": [
                "bundle.css",
                "style.css",
                "on-page-style.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "icon128.png",
        "icon128-white.png"
    ]
}