Robin - Amazon Shopping Assistant

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

What is Robin - Amazon Shopping Assistant?

Robin - Amazon Shopping Assistant is a Chrome extension developed by https://myshoppingbot.net, and its main feature is "With Robin you discover the true price and save money while shopping on Amazon".

Extension Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Download Robin - Amazon Shopping Assistant Extension CRX File

Download Robin - Amazon Shopping Assistant extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Robin - Amazon Shopping Assistant Robin - Amazon Shopping Assistant
ID ppplohekhpahfekomkcmnmffofiaghbh
Official URL 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
File Size 63.7 KB
Installation Count 51
Current Version 1.5.1
Last Updated 2021-02-10
Publish Date 2020-08-24
Rating 5.00/5 Total 1 Ratings
Developer https://myshoppingbot.net
Email [email protected]
Payment Type free
Extension Website https://myshoppingbot.net
Help Page URL https://myshoppingbot.net/contact
Privacy Policy Page URL https://myshoppingbot.net/privacy
Supported Languages 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"
    ]
}