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”。
擴展截圖
下載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.                     擴展基本資訊
| 名稱 |   |  
| ID | ppplohekhpahfekomkcmnmffofiaghbh | 
| 官方網址 | 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 | 
| 電子郵箱 | [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"
    ]
}  |  |