Robin - Amazon Shopping Assistant
With Robin you discover the true price and save money while shopping on Amazon
Was ist Robin - Amazon Shopping Assistant?
Robin - Amazon Shopping Assistant ist eine Chrome-Erweiterung, die von https://myshoppingbot.net entwickelt wurde, und ihr Hauptmerkmal ist "With Robin you discover the true price and save money while shopping on Amazon".
Erweiterungsscreenshots
Robin - Amazon Shopping Assistant-Erweiterungs-CRX-Datei herunterladen
Laden Sie Robin - Amazon Shopping Assistant-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | ppplohekhpahfekomkcmnmffofiaghbh |
| Offizielle URL | https://chromewebstore.google.com/detail/robin-amazon-shopping-ass/ppplohekhpahfekomkcmnmffofiaghbh |
| Beschreibung | With Robin you discover the true price and save money while shopping on Amazon |
| Dateigröße | 63.7 KB |
| Installationsanzahl | 51 |
| Aktuelle Version | 1.5.1 |
| Letztes Update | 2021-02-10 |
| Veröffentlichungsdatum | 2020-08-24 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | https://myshoppingbot.net |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://myshoppingbot.net |
| Hilfeseite URL | https://myshoppingbot.net/contact |
| URL der Datenschutzrichtlinien-Seite | https://myshoppingbot.net/privacy |
| Unterstützte Sprachen | 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"
]
} | |