iMyne

iMyne extension for Google Chrome.

Cos'è iMyne?

iMyne è un'estensione di Chrome sviluppata da https://imyne.com, e la sua funzione principale è "iMyne extension for Google Chrome.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione iMyne

Scarica i file di estensione iMyne in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome iMyne iMyne
ID eciikfkhaimaaoppkdkefkpebedhidgp
URL Ufficiale https://chromewebstore.google.com/detail/imyne/eciikfkhaimaaoppkdkefkpebedhidgp
Descrizione iMyne extension for Google Chrome.
Dimensione del File 113 KB
Conteggio Installazioni 215
Versione Corrente 4.0
Ultimo Aggiornamento 2014-11-05
Data di Pubblicazione 2014-11-05
Valutazione 4.57/5 Totale 7 Valutazioni
Sviluppatore https://imyne.com
Tipo di Pagamento free
Sito Web dell'Estensione https://imyne.com
URL della Pagina di Aiuto https://imyne.zendesk.com/hc/en-us/sections/200217380
Lingue Supportate 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"
    ]
}