Alerte Bons Plans Privileges Cyrana

Alerte Bons Plans Privileges informs you in real time of cashback offers during your online shopping.

Alerte Bons Plans Privileges Cyrana란 무엇입니까?

Alerte Bons Plans Privileges Cyrana은(는) Plebicom에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Alerte Bons Plans Privileges informs you in real time of cashback offers during your online shopping."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Alerte Bons Plans Privileges Cyrana 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        L'alerte bons plans de Cyrana vous informe instantanément de la disponibilité d’un Cashback (remboursement d’une partie de vos achats) ou de codes promos lorsque vous visitez un site marchand partenaire de Privilèges Cyrana.                    

확장 프로그램 기본 정보

이름 Alerte Bons Plans Privileges Cyrana Alerte Bons Plans Privileges Cyrana
ID jlfphkcafcefloncampedkhcgjaemfni
공식 URL https://chromewebstore.google.com/detail/alerte-bons-plans-privile/jlfphkcafcefloncampedkhcgjaemfni
설명 Alerte Bons Plans Privileges informs you in real time of cashback offers during your online shopping.
파일 크기 358 KB
설치 횟수 152
현재 버전 1.0.7.0
최근 업데이트 2018-10-12
출시 날짜 2018-10-12
개발자 Plebicom
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.privileges-cyrana.fr/
도움말 페이지 URL https://www.privileges-cyrana.fr/faq
개인정보 보호 정책 페이지 URL https://www.plebicom.com/privacy-policy-extensions
지원되는 언어 fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Alerte Bons Plans Privileges Cyrana",
    "version": "1.0.7.0",
    "description": "Alerte Bons Plans Privileges informs you in real time of cashback offers during your online shopping.",
    "homepage_url": "https:\/\/www.privileges-cyrana.fr",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "webRequest",
        "storage",
        ""
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "ci.content.pack.js",
                "libs\/jquery-3.0.0.min.js",
                "libs\/handlebars.runtime.min.js",
                "libs\/underscore-min.js",
                "libs\/backbone-min.js",
                "libs\/jquery.mousewheel.min.js",
                "libs\/jquery.jscrollpane.min.js",
                "libs\/moment.min.js",
                "handlebars-helpers.js",
                "content\/style.js",
                "content\/templates.js",
                "shared\/constants.js",
                "content\/slider.js",
                "content\/serp.js",
                "content\/gmap.js",
                "content\/content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "ci.browser.helper.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "images\/18x18.png",
        "default_title": "Alerte Bons Plans Privileges Cyrana"
    },
    "icons": {
        "24": "images\/24x24.png",
        "48": "images\/48x48.png",
        "128": "images\/128x128.png"
    }
}