Banggood Tracking & Exchange & Images
Allows to track packages, show exchange rate and download images from banggood.com
Cos'è Banggood Tracking & Exchange & Images?
Banggood Tracking & Exchange & Images è un'estensione di Chrome sviluppata da am, e la sua funzione principale è "Allows to track packages, show exchange rate and download images from banggood.com".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Banggood Tracking & Exchange & Images
Scarica i file di estensione Banggood Tracking & Exchange & Images in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Thanks to this extension you can easily download or link product images found on http://www.banggood.com (normally banggood doesn't allow this). It also shows currency rate used by shop, so you always know which currency is best for you. You will also see initial tracking information for your packages (including "untracked" packages!) when viewing order list. Additionally it allows to see stock information for some products (not all unfortunately - banggood blocked this information). See screenshots for details. Note: BG very often changes it's page, so please report if something stops working. Thanks!
Informazioni di Base sull'Estensione
Nome | Banggood Tracking & Exchange & Images |
ID | bnebaophfpnmlobhhchioedjiopmjnbm |
URL Ufficiale | https://chromewebstore.google.com/detail/banggood-tracking-exchang/bnebaophfpnmlobhhchioedjiopmjnbm |
Descrizione | Allows to track packages, show exchange rate and download images from banggood.com |
Dimensione del File | 52.17 KB |
Conteggio Installazioni | 633 |
Versione Corrente | 1.0.38 |
Ultimo Aggiornamento | 2017-05-10 |
Data di Pubblicazione | 2017-05-10 |
Valutazione | 3.83/5 Totale 12 Valutazioni |
Sviluppatore | am |
Tipo di Pagamento | free |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Banggood Tracking & Exchange & Images", "short_name": "Banggood.com Tracking & Exchange Rate & Images", "description": "Allows to track packages, show exchange rate and download images from banggood.com", "version": "1.0.38", "manifest_version": 2, "icons": { "16": "bg16.png", "48": "bg48.png", "128": "bg128.png" }, "permissions": [ "*:\/\/*.banggood.com\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.banggood.com\/*" ], "js": [ "jquery.min.js", "bg.js" ], "run_at": "document_end" }, { "matches": [ "*:\/\/*.banggood.com\/index.php?*t=ordersList*" ], "js": [ "jquery.min.js", "bgt.js" ], "run_at": "document_end" } ] } |