Trig Money

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

What is Trig Money?

Trig Money is a Chrome extension developed by Trig, and its main feature is "TrigMoney is an application that recognize online purchases with our shops. You'll receive money back to your bank account".

Extension Screenshots

screenshot

Download Trig Money Extension CRX File

Download Trig Money extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        Trig, get the most out of your social shopping.                    

Extension Basic Information

Name Trig Money Trig Money
ID okndfoiklamdaeecinimhjobdlpkccng
Official URL https://chromewebstore.google.com/detail/trig-money/okndfoiklamdaeecinimhjobdlpkccng
Description TrigMoney is an application that recognize online purchases with our shops. You'll receive money back to your bank account
File Size 274 KB
Installation Count 139
Current Version 4.1.1.4
Last Updated 2015-06-26
Publish Date 2015-06-26
Rating 4.95/5 Total 21 Ratings
Developer Trig
Payment Type free
Extension Website http://www.trigmoney.com
Help Page URL http://www.trigmoney.com/support
Supported Languages 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"
    }
}