Widilo Cashback Reminder

Get cashback in one click on all your purchases when you shop online with the Widilo Cashback Reminder

Widilo Cashback Reminder란 무엇입니까?

Widilo Cashback Reminder은(는) https://widilo.fr에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get cashback in one click on all your purchases when you shop online with the Widilo Cashback Reminder"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Widilo Cashback Reminder 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Never miss out on cashback ever again with the Widilo Cashback Reminder! Earn cashback and save when shopping online at over 2,500 merchants partners such as Nike, Expedia, Dell, ASOS and many more. 

With The Widilo Cashback Reminder, every time you visit a brand we will instantly notify you if a cashback or promo codes are available, and you will be able to save money with just one click. 

Download the Widilo Cashback Reminder now and get notified whenever you’re shopping online at any of Widilo’s retailers.                    

확장 프로그램 기본 정보

이름 Widilo Cashback Reminder Widilo Cashback Reminder
ID jlcaefilcommembbekhjjkibeieffchd
공식 URL https://chromewebstore.google.com/detail/widilo-cashback-reminder/jlcaefilcommembbekhjjkibeieffchd
설명 Get cashback in one click on all your purchases when you shop online with the Widilo Cashback Reminder
파일 크기 1.95 MB
설치 횟수 44,817
현재 버전 4.1.6.20489
최근 업데이트 2024-01-12
출시 날짜 2020-06-18
평점 4.54/5 총 28 개의 평점
개발자 https://widilo.fr
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.widilo.fr
도움말 페이지 URL https://www.widilo.fr/mon-profil/service-client
개인정보 보호 정책 페이지 URL https://www.widilo.fr/politique-de-confidentialite
지원되는 언어 de,en-GB,fr,es,it
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extensionName__",
    "description": "__MSG_extensionDescription__",
    "author": "https:\/\/www.widilo.com",
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/widilo-cashback-reminder\/jlcaefilcommembbekhjjkibeieffchd",
    "default_locale": "en_GB",
    "version": "4.1.6.20489",
    "icons": {
        "16": "icons\/main\/logo_small_primary_16.png",
        "32": "icons\/main\/logo_small_primary_32.png",
        "48": "icons\/main\/logo_small_primary_48.png",
        "64": "icons\/main\/logo_small_primary_64.png",
        "128": "icons\/main\/logo_small_primary_128.png"
    },
    "manifest_version": 3,
    "short_name": "__MSG_extensionShortName__",
    "action": {
        "default_icon": {
            "32": "icons\/browser_action\/logo_small_primary_32.png"
        },
        "default_popup": "index.html#\/popup"
    },
    "background": {
        "service_worker": "background.js"
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'; style-src 'self' https:\/\/fonts.googleapis.com 'unsafe-inline'"
    },
    "permissions": [
        "tabs",
        "storage",
        "notifications",
        "alarms",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/assets\/*",
                "\/content-scripts\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/www.widilo.fr\/*",
            "https:\/\/www.widilo.es\/*",
            "https:\/\/www.widilo.co.uk\/*",
            "https:\/\/www.widilo.it\/*",
            "https:\/\/www.widilo-gutscheine.de\/*",
            "https:\/\/www.budgey.de\/*"
        ]
    }
}