Trig Money

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

Cos'è Trig Money?

Trig Money è un'estensione di Chrome sviluppata da Trig, e la sua funzione principale è "TrigMoney is an application that recognize online purchases with our shops. You'll receive money back to your bank account".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Trig Money

Scarica i file di estensione Trig Money in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        Trig, get the most out of your social shopping.                    

Informazioni di Base sull'Estensione

Nome Trig Money Trig Money
ID okndfoiklamdaeecinimhjobdlpkccng
URL Ufficiale https://chromewebstore.google.com/detail/trig-money/okndfoiklamdaeecinimhjobdlpkccng
Descrizione TrigMoney is an application that recognize online purchases with our shops. You'll receive money back to your bank account
Dimensione del File 274 KB
Conteggio Installazioni 139
Versione Corrente 4.1.1.4
Ultimo Aggiornamento 2015-06-26
Data di Pubblicazione 2015-06-26
Valutazione 4.95/5 Totale 21 Valutazioni
Sviluppatore Trig
Tipo di Pagamento free
Sito Web dell'Estensione http://www.trigmoney.com
URL della Pagina di Aiuto http://www.trigmoney.com/support
Lingue Supportate 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"
    }
}