iMyne

iMyne extension for Google Chrome.

iMyneとは何ですか?

iMyneはhttps://imyne.comによって開発されたChromeの拡張機能で、その主な機能は「iMyne extension for Google Chrome.」です。

拡張機能のスクリーンショット

screenshot

iMyne拡張機能のCRXファイルをダウンロード

iMyne拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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!                    

拡張機能の基本情報

名前 iMyne iMyne
ID eciikfkhaimaaoppkdkefkpebedhidgp
公式URL https://chromewebstore.google.com/detail/imyne/eciikfkhaimaaoppkdkefkpebedhidgp
説明 iMyne extension for Google Chrome.
ファイルサイズ 113 KB
インストール数 215
現在のバージョン 4.0
最終更新日 2014-11-05
公開日 2014-11-05
評価 4.57/5 合計 7 レビュー
開発者 https://imyne.com
支払い方法 free
拡張機能のウェブサイト https://imyne.com
ヘルプページのURL https://imyne.zendesk.com/hc/en-us/sections/200217380
対応言語 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"
    ]
}