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ファイルをダウンロード

Alerte Bons Plans Privileges Cyrana拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    }
}