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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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
    }
}