Trig Money

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

Vad är Trig Money?

Trig Money är en Chrome-tillägg utvecklad av Trig, och dess huvudfunktion är "TrigMoney is an application that recognize online purchases with our shops. You'll receive money back to your bank account".

Tilläggsskärmbilder

screenshot

Ladda ner Trig Money-förlängningens CRX-fil

Ladda ner Trig Money-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        Trig, get the most out of your social shopping.                    

Grundläggande Information om Tillägg

Namn Trig Money Trig Money
ID okndfoiklamdaeecinimhjobdlpkccng
Officiell webbadress https://chromewebstore.google.com/detail/trig-money/okndfoiklamdaeecinimhjobdlpkccng
Beskrivning TrigMoney is an application that recognize online purchases with our shops. You'll receive money back to your bank account
Filstorlek 274 KB
Antal Installationer 139
Aktuell Version 4.1.1.4
Senast Uppdaterad 2015-06-26
Publiceringsdatum 2015-06-26
Betyg 4.95/5 Totalt 21 Betyg
Utvecklare Trig
Betalningssätt free
Tilläggswebbplats http://www.trigmoney.com
Hjälpsida URL http://www.trigmoney.com/support
Stödda Språk 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"
    }
}