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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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

Marie Claire VIP 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
}