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
电子邮箱 [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"
    }
}