Trig Money

TrigMoney is an application that recognize online purchases with our shops. You'll receive money back to your bank account

什麼是Trig Money?

Trig Money是由Trig開發的Chrome擴展程式,該擴展的主要功能是“TrigMoney is an application that recognize online purchases with our shops. You'll receive money back to your bank account”。

擴展截圖

screenshot

下載Trig Money擴展crx文件

下載Trig Money擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Trig, get the most out of your social shopping.                    

擴展基本資訊

名稱 Trig Money Trig Money
ID okndfoiklamdaeecinimhjobdlpkccng
官方網址 https://chromewebstore.google.com/detail/trig-money/okndfoiklamdaeecinimhjobdlpkccng
簡介 TrigMoney is an application that recognize online purchases with our shops. You'll receive money back to your bank account
檔案大小 274 KB
安裝次數 139
目前版本 4.1.1.4
更新時間 2015-06-26
上架時間 2015-06-26
評分 4.95/5 共 21 次評分
開發者 Trig
付費類型 free
擴展官網 http://www.trigmoney.com
說明頁面URL http://www.trigmoney.com/support
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Trig Money",
    "version": "4.1.1.4",
    "description": "TrigMoney is an application that recognize online purchases with our shops. You'll receive money back to your bank account",
    "homepage_url": "http:\/\/trigmoney.com\/",
    "manifest_version": 2,
    "permissions": [
        "tabs",
        "webNavigation",
        "contextMenus",
        "webRequest",
        "storage",
        "",
        "management"
    ],
    "content_scripts": [
        {
            "all_frames": false,
            "js": [
                "ci.content.pack.js",
                "js\/jquery-1.9.1.min.js",
                "js\/jquery-ui-1.9.2.custom.min.js",
                "content.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_start"
        },
        {
            "all_frames": false,
            "js": [
                "ci.browser.helper.js"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": "img\/icon18.png",
        "default_title": "Trig Money"
    },
    "icons": {
        "16": "img\/icon16.png",
        "18": "img\/icon18.png",
        "32": "img\/icon32.png",
        "48": "img\/icon48.png",
        "64": "img\/icon64.png",
        "128": "img\/icon128.png"
    }
}