Marie Claire VIP

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

Marie Claire VIP क्या है?

Marie Claire VIP Marieclaire VIP द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Earn free VIP points while shopping at over 4,000 UK stores and redeem them for giftcards and other great perks!"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Marie Claire VIP एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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.                    

एक्सटेंशन की मूल जानकारी

नाम Marie Claire VIP Marie Claire VIP
ID bbbhofpjnkkbaefkjljjjflkmmibnkil
आधिकारिक URL https://chrome.google.com/webstore/detail/marie-claire-vip/bbbhofpjnkkbaefkjljjjflkmmibnkil
विवरण Earn free VIP points while shopping at over 4,000 UK stores and redeem them for giftcards and other great perks!
फ़ाइल का आकार 854 KB
स्थापना संख्या 862
वर्तमान संस्करण 1.0.14
अंतिम अपडेट 2022-04-22
प्रकाशन तिथि 2020-11-03
रेटिंग 3.00/5 कुल 9 रेटिंग्स
डेवलपर Marieclaire VIP
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://vip.marieclaire.co.uk/
सहायता पृष्ठ URL https://vip.marieclaire.co.uk/support
गोपनीयता नीति पृष्ठ URL https://vip.marieclaire.co.uk/privacy-policy
समर्थित भाषाएँ 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"
}