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 là gì?

ALI Tracker - Alibaba.com Searching Made Easy là một tiện ích mở rộng Chrome được phát triển bởi ALI Tracker, và tính năng chính của nó là "Ali Tracker is a Price Search Tool for Alibaba.com so you can get the best Prices for Sourcing your Products".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng ALI Tracker - Alibaba.com Searching Made Easy

Tải xuống các tệp mở rộng ALI Tracker - Alibaba.com Searching Made Easy dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        **** 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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên ALI Tracker - Alibaba.com Searching Made Easy ALI Tracker - Alibaba.com Searching Made Easy
ID lcdgeiifbconcoiiinhednkdhoeafjjl
URL Chính Thức https://chromewebstore.google.com/detail/ali-tracker-alibabacom-se/lcdgeiifbconcoiiinhednkdhoeafjjl
Mô tả Ali Tracker is a Price Search Tool for Alibaba.com so you can get the best Prices for Sourcing your Products
Kích Thước Tệp 100 KB
Số Lần Cài Đặt 988
Phiên Bản Hiện Tại 1.0.6
Cập Nhật Lần Cuối 2016-03-01
Ngày Phát Hành 2016-03-01
Đánh Giá 1.82/5 Tổng số 11 Đánh Giá
Nhà Phát Triển ALI Tracker
Loại Thanh Toán free
Trang Web Mở Rộng http://www.alitracker.com
Ngôn Ngữ Được Hỗ Trợ 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
    }
}