CMesPaniers

Gérez et abonnez-vous simplement à vos paniers Cdiscount

What is CMesPaniers?

CMesPaniers is a Chrome extension developed by bigEyEs, and its main feature is "Gérez et abonnez-vous simplement à vos paniers Cdiscount".

Extension Screenshots

screenshot
screenshot
screenshot

Download CMesPaniers Extension CRX File

Download CMesPaniers extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Cmespaniers est une nouvelle application qui vous
permettra d'avoir en même temps plusieurs paniers
Cdiscount, de les conserver dans le temps et même
de planifier leur récurrence.
Elle répond ainsi au besoin d'abonnement, sans
contrainte d'achat obligatoire et automatique.
Vous pouvez gérer vos achats simplement et
efficacement.                    

Extension Basic Information

Name CMesPaniers CMesPaniers
ID fmfhjbcmakeebmfggmpnnbifnbcflbhe
Official URL https://chrome.google.com/webstore/detail/cmespaniers/fmfhjbcmakeebmfggmpnnbifnbcflbhe
Description Gérez et abonnez-vous simplement à vos paniers Cdiscount
File Size 196 KB
Installation Count 18
Current Version 1.5.2
Last Updated 2014-10-08
Publish Date 2014-10-08
Rating 5.00/5 Total 3 Ratings
Developer bigEyEs
Payment Type free
Supported Languages fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "CMesPaniers",
    "description": "G\u00e9rez et abonnez-vous simplement \u00e0 vos paniers Cdiscount",
    "version": "1.5.2",
    "browser_action": {
        "default_icon": "cmpicon48.png",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "template\/js\/moment-2.2.1.js",
            "background.js"
        ]
    },
    "icons": {
        "16": "cmpicon16.png",
        "48": "cmpicon48.png",
        "128": "cmpicon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/www.cdiscount.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "jquery.js",
                "productSearch.js"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "storage"
    ]
}