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
公式URL 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
Eメール [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"
    }
}