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
官方網址 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"
    ]
}