Marie Claire VIP

Earn free VIP points while shopping at over 4,000 UK stores and redeem them for giftcards and other great perks!

Qu'est-ce que Marie Claire VIP ?

Marie Claire VIP est une extension Chrome développée par Marieclaire VIP, et sa fonction principale est "Earn free VIP points while shopping at over 4,000 UK stores and redeem them for giftcards and other great perks!".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Marie Claire VIP

Téléchargez les fichiers d'extension Marie Claire VIP 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 rewards while shopping at your favourite fashion stores using the Marie Claire VIP browser extension.

While shopping at over 4000+ stores, earn free points that you can use to redeem for gift cards, exclusive access to sales and events, and other bonuses only available to VIP members.                    

Informations de Base sur l'Extension

Nom Marie Claire VIP Marie Claire VIP
ID bbbhofpjnkkbaefkjljjjflkmmibnkil
URL Officiel https://chrome.google.com/webstore/detail/marie-claire-vip/bbbhofpjnkkbaefkjljjjflkmmibnkil
Description Earn free VIP points while shopping at over 4,000 UK stores and redeem them for giftcards and other great perks!
Taille du Fichier 854 KB
Nombre d'Installations 862
Version Actuelle 1.0.14
Dernière Mise à Jour 2022-04-22
Date de Publication 2020-11-03
Évaluation 3.00/5 Total 9 Évaluations
Développeur Marieclaire VIP
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://vip.marieclaire.co.uk/
URL de la Page d'Aide https://vip.marieclaire.co.uk/support
URL de la Page de Politique de Confidentialité https://vip.marieclaire.co.uk/privacy-policy
Langues Prises en Charge en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Marie Claire VIP",
    "version": "1.0.14",
    "manifest_version": 2,
    "description": "Earn free VIP points while shopping at over 4,000 UK stores and redeem them for giftcards and other great perks!",
    "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; object-src 'self'",
    "homepage_url": "https:\/\/vip.marieclaire.co.uk\/",
    "icons": {
        "16": "images\/logos\/16x16.png",
        "48": "images\/logos\/48x48.png",
        "128": "images\/logos\/128x128.png"
    },
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": "images\/logos\/19x19.png",
        "default_title": "Marie Claire VIP",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "permissions": [
        "storage",
        "tabs",
        "",
        "webRequest"
    ],
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAonGfBXLzgzmq\/fk5fjaelLfZM81oubkvXdqh4pGdIT9y\/nZTKgH9GX9cgsxW9wKkvPBvoA171g1tHIwOzBcgXVjXKHl0sw7Z+hxO2Pc43eNaJYuNGmDHasKhNJgv1KJ3o\/Pp8YkY0df6StcXDysWjP7qGhWjkdvEo13b4BMLEDFXWfE6\/1jMIKcD+vs0Pq3\/wGrLdEFZm\/ZsA3Pmk20Ycx\/Xx0G22ITzMPasKelLyytqJtsRXF0NPddVyeRgCOa8Kth+zYy1+\/95mMWwHUTQozcT6QzCMWJAaDK+USF3ofzfdivyS6w4fkIHLRvREP8hQPjEDHYDbgzuf9MCtzmu5wIDAQAB"
}