ALI Tracker - Alibaba.com Searching Made Easy

Ali Tracker is a Price Search Tool for Alibaba.com so you can get the best Prices for Sourcing your Products

什麼是ALI Tracker - Alibaba.com Searching Made Easy?

ALI Tracker - Alibaba.com Searching Made Easy是由ALI Tracker開發的Chrome擴展程式,該擴展的主要功能是“Ali Tracker is a Price Search Tool for Alibaba.com so you can get the best Prices for Sourcing your Products”。

擴展截圖

screenshot

下載ALI Tracker - Alibaba.com Searching Made Easy擴展crx文件

下載ALI Tracker - Alibaba.com Searching Made Easy擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        **** THIS EXTENSION REQUIRES A LICENSE TO WORK ****

- Search Efficient
Cut your search time down to minutes instead of hours with our fast index and powerful sorting options.

- Get the best price possible
By getting the best supplier you can save a ton of money when you are ordering large orders. Be smart and get the whole picture.

- One time fee!
You only pay a one-time-fee so no surprises or recurring payments. And lifetime free updates.                    

擴展基本資訊

名稱 ALI Tracker - Alibaba.com Searching Made Easy ALI Tracker - Alibaba.com Searching Made Easy
ID lcdgeiifbconcoiiinhednkdhoeafjjl
官方網址 https://chromewebstore.google.com/detail/ali-tracker-alibabacom-se/lcdgeiifbconcoiiinhednkdhoeafjjl
簡介 Ali Tracker is a Price Search Tool for Alibaba.com so you can get the best Prices for Sourcing your Products
檔案大小 100 KB
安裝次數 988
目前版本 1.0.6
更新時間 2016-03-01
上架時間 2016-03-01
評分 1.82/5 共 11 次評分
開發者 ALI Tracker
付費類型 free
擴展官網 http://www.alitracker.com
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ALI Tracker - Alibaba.com Searching Made Easy",
    "short_name": "ALI Tracker",
    "version": "1.0.6",
    "manifest_version": 2,
    "description": "Ali Tracker is a Price Search Tool for Alibaba.com so you can get the best Prices for Sourcing your Products",
    "homepage_url": "http:\/\/www.alitracker.com",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "content_scripts": [
        {
            "css": [
                "css\/theme.default.min.css",
                "css\/popup.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/jquery.tablesorter.combined.min.js",
                "js\/popup.min.js",
                "js\/google-analytics-bundle.js"
            ],
            "matches": [
                "*:\/\/www.alibaba.com\/*"
            ],
            "run_at": "document_start"
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_popup": "button.html"
    },
    "permissions": [
        "tabs",
        "storage",
        "unlimitedStorage",
        "*:\/\/www.alibaba.com\/*",
        "*:\/\/www.google-analytics.com\/*",
        "*:\/\/www.alitracker.com\/*"
    ],
    "web_accessible_resources": [
        "popup.html",
        "img\/*.png",
        "js\/*.js"
    ],
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    }
}