Robin - Amazon Shopping Assistant
With Robin you discover the true price and save money while shopping on Amazon
Cos'è Robin - Amazon Shopping Assistant?
Robin - Amazon Shopping Assistant è un'estensione di Chrome sviluppata da https://myshoppingbot.net, e la sua funzione principale è "With Robin you discover the true price and save money while shopping on Amazon".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Robin - Amazon Shopping Assistant
Scarica i file di estensione Robin - Amazon Shopping Assistant 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
Hi there! Let’s get acquainted: I am Robin - your ultimate Amazon Shopping assistant bot! As a Shopping Assistant I can provide you with: 1 - reasonable prices of products of your choice 2 - alternative sellers where you can buy the same products cheaper.
Informazioni di Base sull'Estensione
Nome | Robin - Amazon Shopping Assistant |
ID | ppplohekhpahfekomkcmnmffofiaghbh |
URL Ufficiale | https://chromewebstore.google.com/detail/robin-amazon-shopping-ass/ppplohekhpahfekomkcmnmffofiaghbh |
Descrizione | With Robin you discover the true price and save money while shopping on Amazon |
Dimensione del File | 63.7 KB |
Conteggio Installazioni | 51 |
Versione Corrente | 1.5.1 |
Ultimo Aggiornamento | 2021-02-10 |
Data di Pubblicazione | 2020-08-24 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://myshoppingbot.net |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://myshoppingbot.net |
URL della Pagina di Aiuto | https://myshoppingbot.net/contact |
URL della Pagina della Politica sulla Privacy | https://myshoppingbot.net/privacy |
Lingue Supportate | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "description": "__MSG_extDesc__", "default_locale": "en", "version": "1.5.1", "background": { "page": "background.html" }, "browser_action": { "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "all_frames": false, "js": [ "content_script.js" ], "run_at": "document_idle" } ], "permissions": [ "management", "webNavigation", "storage" ] } |