iMyne

iMyne extension for Google Chrome.

O que é iMyne?

iMyne é uma extensão do Chrome desenvolvida por https://imyne.com, e sua principal característica é "iMyne extension for Google Chrome.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão iMyne

Baixe arquivos de extensão iMyne no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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!                    

Informações Básicas da Extensão

Nome iMyne iMyne
ID eciikfkhaimaaoppkdkefkpebedhidgp
URL Oficial https://chromewebstore.google.com/detail/imyne/eciikfkhaimaaoppkdkefkpebedhidgp
Descrição iMyne extension for Google Chrome.
Tamanho do Arquivo 113 KB
Contagem de Instalações 215
Versão Atual 4.0
Última Atualização 2014-11-05
Data de Publicação 2014-11-05
Classificação 4.57/5 Total de 7 Avaliações
Desenvolvedor https://imyne.com
Tipo de Pagamento free
Site da Extensão https://imyne.com
URL da Página de Ajuda https://imyne.zendesk.com/hc/en-us/sections/200217380
Idiomas Suportados 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"
    ]
}