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 là gì?

Alerte Bons Plans Privileges Cyrana là một tiện ích mở rộng Chrome được phát triển bởi Plebicom, và tính năng chính của nó là "Alerte Bons Plans Privileges informs you in real time of cashback offers during your online shopping.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Alerte Bons Plans Privileges Cyrana

Tải xuống các tệp mở rộng Alerte Bons Plans Privileges Cyrana dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Alerte Bons Plans Privileges Cyrana Alerte Bons Plans Privileges Cyrana
ID jlfphkcafcefloncampedkhcgjaemfni
URL Chính Thức https://chromewebstore.google.com/detail/alerte-bons-plans-privile/jlfphkcafcefloncampedkhcgjaemfni
Mô tả Alerte Bons Plans Privileges informs you in real time of cashback offers during your online shopping.
Kích Thước Tệp 358 KB
Số Lần Cài Đặt 152
Phiên Bản Hiện Tại 1.0.7.0
Cập Nhật Lần Cuối 2018-10-12
Ngày Phát Hành 2018-10-12
Nhà Phát Triển Plebicom
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.privileges-cyrana.fr/
URL Trang Trợ Giúp https://www.privileges-cyrana.fr/faq
URL Trang Chính Sách Bảo Mật https://www.plebicom.com/privacy-policy-extensions
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}