Trig Money

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

Hvad er Trig Money?

Trig Money er en Chrome-udvidelse udviklet af Trig, og dens hovedfunktion er "TrigMoney is an application that recognize online purchases with our shops. You'll receive money back to your bank account".

Udvidelsesskærmbilleder

screenshot

Download Trig Money-udvidelses-CRX-fil

Download Trig Money-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        Trig, get the most out of your social shopping.                    

Grundlæggende oplysninger om udvidelsen

Navn Trig Money Trig Money
ID okndfoiklamdaeecinimhjobdlpkccng
Officiel URL https://chromewebstore.google.com/detail/trig-money/okndfoiklamdaeecinimhjobdlpkccng
Beskrivelse TrigMoney is an application that recognize online purchases with our shops. You'll receive money back to your bank account
Filstørrelse 274 KB
Antal Installationer 139
Nuværende Version 4.1.1.4
Senest Opdateret 2015-06-26
Udgivelsesdato 2015-06-26
Bedømmelse 4.95/5 Samlet 21 Bedømmelser
Udvikler Trig
Betalingsmetode free
Udvidelseswebsted http://www.trigmoney.com
Hjælpeside-URL http://www.trigmoney.com/support
Understøttede Sprog 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"
    }
}