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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Ali Tracker is a Price Search Tool for Alibaba.com so you can get the best Prices for Sourcing your Products"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ALI Tracker - Alibaba.com Searching Made Easy एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        **** 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
आधिकारिक URL 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
    }
}