Shopping Tips

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

Что такое Shopping Tips?

Shopping Tips - это расширение Chrome, разработанное https://busysquirrels.com, и его основная функция - "Shopping Tips by BusySquirrels finds you the best discounts so you don't have to!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Shopping Tips

Скачайте файлы расширений 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"
    }
}