Shopping Tips

Shopping Tips by BusySquirrels finds you the best discounts so you don't have to!

Shopping Tips là gì?

Shopping Tips là một tiện ích mở rộng Chrome được phát triển bởi https://busysquirrels.com, và tính năng chính của nó là "Shopping Tips by BusySquirrels finds you the best discounts so you don't have to!".

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

screenshot

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

Tải xuống các tệp mở rộng Shopping Tips 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

                        BusySquirrels Tips finds you the best discounts so you don't have to! We provide shopping tips (cashback, coupon, credit card rewards, amex offer and more) all in one place for users to save money and time during online shopping. It works on thousands of shopping and travel websites, including Amazon, Walmart, BestBuy, Target, Booking, Airbnb, and many more.                    

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

Tên Shopping Tips Shopping Tips
ID mpjjeolcjagbldlodoiioaojfgpecnlc
URL Chính Thức https://chromewebstore.google.com/detail/shopping-tips/mpjjeolcjagbldlodoiioaojfgpecnlc
Mô tả Shopping Tips by BusySquirrels finds you the best discounts so you don't have to!
Kích Thước Tệp 768 KB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 0.16
Cập Nhật Lần Cuối 2021-11-23
Ngày Phát Hành 2021-04-13
Đánh Giá 5.00/5 Tổng số 12 Đánh Giá
Nhà Phát Triển https://busysquirrels.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://busysquirrels.com/
URL Trang Trợ Giúp https://busysquirrels.com/help-extension
URL Trang Chính Sách Bảo Mật https://busysquirrels.com/privacy-policy.html
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shopping Tips",
    "description": "Shopping Tips by BusySquirrels finds you the best discounts so you don't have to!",
    "version": "0.16",
    "manifest_version": 3,
    "icons": {
        "192": "icons\/logo128.png"
    },
    "action": {
        "default_popup": "index.html",
        "default_icon": {
            "16": "icons\/logo16bw.png",
            "32": "icons\/logo32bw.png",
            "48": "icons\/logo48.png",
            "128": "icons\/logo128.png"
        }
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "notification\/main.css",
                "notification\/main.js",
                "notification\/notification.html",
                "notification_script.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "service_worker": "background.js"
    }
}