Shopping Tips

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

什麼是Shopping Tips?

Shopping Tips是由https://busysquirrels.com開發的Chrome擴展程式,該擴展的主要功能是“Shopping Tips by BusySquirrels finds you the best discounts so you don't have to!”。

擴展截圖

screenshot

下載Shopping Tips擴展crx文件

下載Shopping Tips擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Shopping Tips Shopping Tips
ID mpjjeolcjagbldlodoiioaojfgpecnlc
官方網址 https://chromewebstore.google.com/detail/shopping-tips/mpjjeolcjagbldlodoiioaojfgpecnlc
簡介 Shopping Tips by BusySquirrels finds you the best discounts so you don't have to!
檔案大小 768 KB
安裝次數 25
目前版本 0.16
更新時間 2021-11-23
上架時間 2021-04-13
評分 5.00/5 共 12 次評分
開發者 https://busysquirrels.com
電子郵箱 [email protected]
付費類型 free
擴展官網 https://busysquirrels.com/
說明頁面URL https://busysquirrels.com/help-extension
隱私政策頁面URL https://busysquirrels.com/privacy-policy.html
支援的語言 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"
    }
}