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
O que é ALI Tracker - Alibaba.com Searching Made Easy?
ALI Tracker - Alibaba.com Searching Made Easy é uma extensão do Chrome desenvolvida por ALI Tracker, e sua principal característica é "Ali Tracker is a Price Search Tool for Alibaba.com so you can get the best Prices for Sourcing your Products".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão ALI Tracker - Alibaba.com Searching Made Easy
Baixe arquivos de extensão ALI Tracker - Alibaba.com Searching Made Easy no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
**** 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.
Informações Básicas da Extensão
Nome | ALI Tracker - Alibaba.com Searching Made Easy |
ID | lcdgeiifbconcoiiinhednkdhoeafjjl |
URL Oficial | https://chromewebstore.google.com/detail/ali-tracker-alibabacom-se/lcdgeiifbconcoiiinhednkdhoeafjjl |
Descrição | Ali Tracker is a Price Search Tool for Alibaba.com so you can get the best Prices for Sourcing your Products |
Tamanho do Arquivo | 100 KB |
Contagem de Instalações | 988 |
Versão Atual | 1.0.6 |
Última Atualização | 2016-03-01 |
Data de Publicação | 2016-03-01 |
Classificação | 1.82/5 Total de 11 Avaliações |
Desenvolvedor | ALI Tracker |
Tipo de Pagamento | free |
Site da Extensão | http://www.alitracker.com |
Idiomas Suportados | 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 } } |