Robin - Amazon Shopping Assistant
With Robin you discover the true price and save money while shopping on Amazon
Co je Robin - Amazon Shopping Assistant?
Robin - Amazon Shopping Assistant je rozšíření Chrome vyvinuté https://myshoppingbot.net, a jeho hlavní funkcí je „With Robin you discover the true price and save money while shopping on Amazon“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Robin - Amazon Shopping Assistant
Stáhněte si soubory rozšíření Robin - Amazon Shopping Assistant ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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. Základní Informace o Rozšíření
| Název | |
| ID | ppplohekhpahfekomkcmnmffofiaghbh |
| Oficiální URL | https://chromewebstore.google.com/detail/robin-amazon-shopping-ass/ppplohekhpahfekomkcmnmffofiaghbh |
| Popis | With Robin you discover the true price and save money while shopping on Amazon |
| Velikost souboru | 63.7 KB |
| Počet instalací | 51 |
| Aktuální Verze | 1.5.1 |
| Poslední Aktualizace | 2021-02-10 |
| Datum Vydání | 2020-08-24 |
| Hodnocení | 5.00/5 Celkem 1 Hodnocení |
| Vývojář | https://myshoppingbot.net |
| [email protected] | |
| Typ Platby | free |
| Webové stránky Rozšíření | https://myshoppingbot.net |
| URL Stránky Nápovědy | https://myshoppingbot.net/contact |
| URL Stránky Zásad Ochrany Soukromí | https://myshoppingbot.net/privacy |
| Podporované Jazyky | 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"
]
} | |