Robin - Amazon Shopping Assistant

With Robin you discover the true price and save money while shopping on Amazon

Wat is Robin - Amazon Shopping Assistant?

Robin - Amazon Shopping Assistant is een Chrome-extensie ontwikkeld door https://myshoppingbot.net, en de belangrijkste functie is "With Robin you discover the true price and save money while shopping on Amazon".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Robin - Amazon Shopping Assistant

Download Robin - Amazon Shopping Assistant-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Robin - Amazon Shopping Assistant Robin - Amazon Shopping Assistant
ID ppplohekhpahfekomkcmnmffofiaghbh
Officiële URL https://chromewebstore.google.com/detail/robin-amazon-shopping-ass/ppplohekhpahfekomkcmnmffofiaghbh
Beschrijving With Robin you discover the true price and save money while shopping on Amazon
Bestandsgrootte 63.7 KB
Aantal Installaties 51
Huidige Versie 1.5.1
Laatst Bijgewerkt 2021-02-10
Publicatiedatum 2020-08-24
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://myshoppingbot.net
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://myshoppingbot.net
Help Pagina-URL https://myshoppingbot.net/contact
URL van de Privacybeleid Pagina https://myshoppingbot.net/privacy
Ondersteunde Talen 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"
    ]
}