Trig Money

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

Was ist Trig Money?

Trig Money ist eine Chrome-Erweiterung, die von Trig entwickelt wurde, und ihr Hauptmerkmal ist "TrigMoney is an application that recognize online purchases with our shops. You'll receive money back to your bank account".

Erweiterungsscreenshots

screenshot

Trig Money-Erweiterungs-CRX-Datei herunterladen

Laden Sie Trig Money-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Trig, get the most out of your social shopping.                    

Grundlegende Informationen zur Erweiterung

Name Trig Money Trig Money
ID okndfoiklamdaeecinimhjobdlpkccng
Offizielle URL https://chromewebstore.google.com/detail/trig-money/okndfoiklamdaeecinimhjobdlpkccng
Beschreibung TrigMoney is an application that recognize online purchases with our shops. You'll receive money back to your bank account
Dateigröße 274 KB
Installationsanzahl 139
Aktuelle Version 4.1.1.4
Letztes Update 2015-06-26
Veröffentlichungsdatum 2015-06-26
Bewertung 4.95/5 Insgesamt 21 Bewertungen
Entwickler Trig
Zahlungsart free
Erweiterungswebsite http://www.trigmoney.com
Hilfeseite URL http://www.trigmoney.com/support
Unterstützte Sprachen 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"
    }
}