TuShop Tool
Cotizar productos de Amazon a TuShop
What is TuShop Tool?
TuShop Tool is a Chrome extension developed by https://tushopbolivia.com, and its main feature is "Cotizar productos de Amazon a TuShop".
Extension Screenshots
Download TuShop Tool Extension CRX File
Download TuShop Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Esta herramienta sirve para facilitar las cotizaciones de productos de amazon.com en el portal TuShopBolivia.com
Extension Basic Information
Name | TuShop Tool |
ID | gbcjheigkcdigiimkgieconajpngcako |
Official URL | https://chromewebstore.google.com/detail/tushop-tool/gbcjheigkcdigiimkgieconajpngcako |
Description | Cotizar productos de Amazon a TuShop |
File Size | 8.05 KB |
Installation Count | 907 |
Current Version | 4.2 |
Last Updated | 2017-02-22 |
Publish Date | 2017-02-22 |
Rating | 5.00/5 Total 1 Ratings |
Developer | https://tushopbolivia.com |
Payment Type | free |
Supported Languages | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "TuShop Tool", "description": "Cotizar productos de Amazon a TuShop", "version": "4.2", "background": { "scripts": [ "event.js" ], "persistent": false }, "browser_action": { "default_icon": "tushop_img.png", "default_popup": "popup.html" }, "permissions": [ "tabs", "activeTab", "http:\/\/*\/*", "https:\/\/*\/*" ] } |