Robin - Amazon Shopping Assistant
With Robin you discover the true price and save money while shopping on Amazon
¿Qué es Robin - Amazon Shopping Assistant?
Robin - Amazon Shopping Assistant es una extensión de Chrome desarrollada por https://myshoppingbot.net, y su función principal es "With Robin you discover the true price and save money while shopping on Amazon".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Robin - Amazon Shopping Assistant
Descarga archivos de extensión Robin - Amazon Shopping Assistant en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | Robin - Amazon Shopping Assistant |
ID | ppplohekhpahfekomkcmnmffofiaghbh |
URL Oficial | https://chromewebstore.google.com/detail/robin-amazon-shopping-ass/ppplohekhpahfekomkcmnmffofiaghbh |
Descripción | With Robin you discover the true price and save money while shopping on Amazon |
Tamaño del Archivo | 63.7 KB |
Cantidad de Instalaciones | 51 |
Versión Actual | 1.5.1 |
Última Actualización | 2021-02-10 |
Fecha de Publicación | 2020-08-24 |
Calificación | 5.00/5 Total de 1 Calificaciones |
Desarrollador | https://myshoppingbot.net |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://myshoppingbot.net |
URL de la Página de Ayuda | https://myshoppingbot.net/contact |
URL de la Página de Política de Privacidad | https://myshoppingbot.net/privacy |
Idiomas Soportados | 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" ] } |