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
公式URL 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"
    }
}