Robin - Amazon Shopping Assistant
With Robin you discover the true price and save money while shopping on Amazon
Co to jest Robin - Amazon Shopping Assistant?
Robin - Amazon Shopping Assistant to rozszerzenie Chrome opracowane przez https://myshoppingbot.net, a jego główną funkcją jest „With Robin you discover the true price and save money while shopping on Amazon”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Robin - Amazon Shopping Assistant
Pobierz pliki rozszerzeń Robin - Amazon Shopping Assistant w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | ppplohekhpahfekomkcmnmffofiaghbh |
| Oficjalny URL | https://chromewebstore.google.com/detail/robin-amazon-shopping-ass/ppplohekhpahfekomkcmnmffofiaghbh |
| Opis | With Robin you discover the true price and save money while shopping on Amazon |
| Rozmiar pliku | 63.7 KB |
| Liczba instalacji | 51 |
| Aktualna Wersja | 1.5.1 |
| Ostatnia Aktualizacja | 2021-02-10 |
| Data Publikacji | 2020-08-24 |
| Ocena | 5.00/5 Łącznie 1 Oceny |
| Deweloper | https://myshoppingbot.net |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://myshoppingbot.net |
| Adres URL Strony Pomocy | https://myshoppingbot.net/contact |
| Adres URL Strony Polityki Prywatności | https://myshoppingbot.net/privacy |
| Obsługiwane Języki | 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"
]
} | |