iMyne

iMyne extension for Google Chrome.

Qu'est-ce que iMyne ?

iMyne est une extension Chrome développée par https://imyne.com, et sa fonction principale est "iMyne extension for Google Chrome.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension iMyne

Téléchargez les fichiers d'extension iMyne au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Use the iMyne button to shop online as usual and earn money for a good cause and yourself.

The iMyne button is a simple, easy-to-install, and easy-to-use extension for your Chrome web browser. With the extension installed, iMyne members can earn cash back and support a good cause. 

Simply navigate to any of hundreds of participating retailers and the toolbar will appear. Just click on the "Activate" button, make purchases as usual and cash back earning and charitable donations happen automatically.  

Sign up to join iMyne at www.imyne.com. It's easy and free!                    

Informations de Base sur l'Extension

Nom iMyne iMyne
ID eciikfkhaimaaoppkdkefkpebedhidgp
URL Officiel https://chromewebstore.google.com/detail/imyne/eciikfkhaimaaoppkdkefkpebedhidgp
Description iMyne extension for Google Chrome.
Taille du Fichier 113 KB
Nombre d'Installations 215
Version Actuelle 4.0
Dernière Mise à Jour 2014-11-05
Date de Publication 2014-11-05
Évaluation 4.57/5 Total 7 Évaluations
Développeur https://imyne.com
Type de Paiement free
Site Web de l'Extension https://imyne.com
URL de la Page d'Aide https://imyne.zendesk.com/hc/en-us/sections/200217380
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "iMyne",
    "description": "iMyne extension for Google Chrome.",
    "version": "4.0",
    "permissions": [
        "http:\/\/0.0.0.0:3000\/",
        "http:\/\/development.imyne.com\/",
        "http:\/\/staging.imyne.com\/",
        "https:\/\/imyne.com\/",
        "storage"
    ],
    "background": {
        "scripts": [
            "background.js",
            "constants.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-1.10.2.min.js",
                "constants.js",
                "contentscript.js",
                "jquery.transit.min.js"
            ],
            "run_at": "document_end"
        }
    ],
    "browser_action": {
        "default_icon": "imyne-icon-gray.png"
    },
    "icons": {
        "16": "imyne-icon-16.png",
        "48": "imyne-icon-48.png",
        "128": "imyne-icon-128.png"
    },
    "web_accessible_resources": [
        "jquery-1.10.2.min.js",
        "jquery-1.10.2.min.map"
    ]
}