Robin - Amazon Shopping Assistant

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

Robin - Amazon Shopping Assistantとは何ですか?

Robin - Amazon Shopping Assistantはhttps://myshoppingbot.netによって開発されたChromeの拡張機能で、その主な機能は「With Robin you discover the true price and save money while shopping on Amazon」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Robin - Amazon Shopping Assistant拡張機能のCRXファイルをダウンロード

Robin - Amazon Shopping Assistant拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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.                    

拡張機能の基本情報

名前 Robin - Amazon Shopping Assistant Robin - Amazon Shopping Assistant
ID ppplohekhpahfekomkcmnmffofiaghbh
公式URL https://chromewebstore.google.com/detail/robin-amazon-shopping-ass/ppplohekhpahfekomkcmnmffofiaghbh
説明 With Robin you discover the true price and save money while shopping on Amazon
ファイルサイズ 63.7 KB
インストール数 51
現在のバージョン 1.5.1
最終更新日 2021-02-10
公開日 2020-08-24
評価 5.00/5 合計 1 レビュー
開発者 https://myshoppingbot.net
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://myshoppingbot.net
ヘルプページのURL https://myshoppingbot.net/contact
プライバシーポリシーページのURL https://myshoppingbot.net/privacy
対応言語 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"
    ]
}