ShopBuddy UK

Earn points for Pounds from 1,000s of online stores with ShopBuddy.

Что такое ShopBuddy UK?

ShopBuddy UK - это расширение Chrome, разработанное https://uk.shop.com, и его основная функция - "Earn points for Pounds from 1,000s of online stores with ShopBuddy.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Скачайте файлы расширений ShopBuddy UK в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        Earn points for pounds from 1000s of online stores with ShopBuddy United Kingdom.  ShopBuddy gives you easy access to great deals and coupons from the best stores.  Download ShopBuddy for the United Kingdom now to start earning points on your online purchases.

By installing ShopBuddy UK add-on / extension, you are agreeing to SHOP.COM Terms of Use located at https://uk.shop.com/info/terms-of-use, SHOP.COM Privacy Policy located at https://uk.shop.com/info/privacy-policy and End User License agreement located License in the https://img.shop.com/Image/shopbuddy/SHOPBUDDY_End_User_License_UK.pdf

Learn more about earning points for pounds
https://uk.shop.com/cipoints                    

Основная информация о расширении

Название ShopBuddy UK ShopBuddy UK
ID cjfebjbldcaabefofhjeafpnanikjnjf
Официальный URL https://chromewebstore.google.com/detail/shopbuddy-uk/cjfebjbldcaabefofhjeafpnanikjnjf
Описание Earn points for Pounds from 1,000s of online stores with ShopBuddy.
Размер файла 462 KB
Количество установок 270
Текущая Версия 4.0.9.0
Последнее Обновление 2024-02-22
Дата публикации 2020-07-04
Рейтинг 5.00/5 Всего 4 оценок
Разработчик https://uk.shop.com
Электронная почта [email protected]
Тип оплаты free
Официальный сайт расширения https://uk.shop.com/shopbuddy
URL страницы помощи https://uk.shop.com/shopbuddy/faq
URL страницы политики конфиденциальности https://www.shop.com/info/privacy-policy
Поддерживаемые языки en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "ShopBuddy UK",
    "version": "4.0.9.0",
    "description": "Earn points for Pounds from 1,000s of online stores with ShopBuddy.",
    "homepage_url": "https:\/\/uk.shop.com",
    "author": "shop.com",
    "manifest_version": 3,
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        "alarms"
    ],
    "background": {
        "service_worker": "background\/bundle.js"
    },
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "vendors\/bundle.js",
                "content\/bundle.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_idle"
        }
    ],
    "icons": {
        "24": ".\/icons\/24x24.png",
        "48": ".\/icons\/48x48.png",
        "128": ".\/icons\/128x128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "content\/*.css",
                "content\/*.svg",
                "icons\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "action": {
        "default_icon": {
            "20": ".\/icons\/20x20.png"
        },
        "default_title": "ShopBuddy United Kingdom"
    }
}