Robin - Amazon Shopping Assistant

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

Qu'est-ce que Robin - Amazon Shopping Assistant ?

Robin - Amazon Shopping Assistant est une extension Chrome développée par https://myshoppingbot.net, et sa fonction principale est "With Robin you discover the true price and save money while shopping on Amazon".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Robin - Amazon Shopping Assistant

Téléchargez les fichiers d'extension Robin - Amazon Shopping Assistant au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Robin - Amazon Shopping Assistant Robin - Amazon Shopping Assistant
ID ppplohekhpahfekomkcmnmffofiaghbh
URL Officiel https://chromewebstore.google.com/detail/robin-amazon-shopping-ass/ppplohekhpahfekomkcmnmffofiaghbh
Description With Robin you discover the true price and save money while shopping on Amazon
Taille du Fichier 63.7 KB
Nombre d'Installations 51
Version Actuelle 1.5.1
Dernière Mise à Jour 2021-02-10
Date de Publication 2020-08-24
Évaluation 5.00/5 Total 1 Évaluations
Développeur https://myshoppingbot.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://myshoppingbot.net
URL de la Page d'Aide https://myshoppingbot.net/contact
URL de la Page de Politique de Confidentialité https://myshoppingbot.net/privacy
Langues Prises en Charge 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"
    ]
}