ShopBuddy UK

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

Qu'est-ce que ShopBuddy UK ?

ShopBuddy UK est une extension Chrome développée par https://uk.shop.com, et sa fonction principale est "Earn points for Pounds from 1,000s of online stores with ShopBuddy.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension ShopBuddy UK

Téléchargez les fichiers d'extension ShopBuddy UK au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom ShopBuddy UK ShopBuddy UK
ID cjfebjbldcaabefofhjeafpnanikjnjf
URL Officiel https://chromewebstore.google.com/detail/shopbuddy-uk/cjfebjbldcaabefofhjeafpnanikjnjf
Description Earn points for Pounds from 1,000s of online stores with ShopBuddy.
Taille du Fichier 462 KB
Nombre d'Installations 270
Version Actuelle 4.0.9.0
Dernière Mise à Jour 2024-02-22
Date de Publication 2020-07-04
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://uk.shop.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://uk.shop.com/shopbuddy
URL de la Page d'Aide https://uk.shop.com/shopbuddy/faq
URL de la Page de Politique de Confidentialité https://www.shop.com/info/privacy-policy
Langues Prises en Charge 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"
    }
}