Robin - Amazon Shopping Assistant

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

Robin - Amazon Shopping Assistant là gì?

Robin - Amazon Shopping Assistant là một tiện ích mở rộng Chrome được phát triển bởi https://myshoppingbot.net, và tính năng chính của nó là "With Robin you discover the true price and save money while shopping on Amazon".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Robin - Amazon Shopping Assistant

Tải xuống các tệp mở rộng Robin - Amazon Shopping Assistant dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Robin - Amazon Shopping Assistant Robin - Amazon Shopping Assistant
ID ppplohekhpahfekomkcmnmffofiaghbh
URL Chính Thức https://chromewebstore.google.com/detail/robin-amazon-shopping-ass/ppplohekhpahfekomkcmnmffofiaghbh
Mô tả With Robin you discover the true price and save money while shopping on Amazon
Kích Thước Tệp 63.7 KB
Số Lần Cài Đặt 51
Phiên Bản Hiện Tại 1.5.1
Cập Nhật Lần Cuối 2021-02-10
Ngày Phát Hành 2020-08-24
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://myshoppingbot.net
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://myshoppingbot.net
URL Trang Trợ Giúp https://myshoppingbot.net/contact
URL Trang Chính Sách Bảo Mật https://myshoppingbot.net/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    ]
}