Trig Money

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

Qu'est-ce que Trig Money ?

Trig Money est une extension Chrome développée par Trig, et sa fonction principale est "TrigMoney is an application that recognize online purchases with our shops. You'll receive money back to your bank account".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Trig Money

Téléchargez les fichiers d'extension Trig Money au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        Trig, get the most out of your social shopping.                    

Informations de Base sur l'Extension

Nom Trig Money Trig Money
ID okndfoiklamdaeecinimhjobdlpkccng
URL Officiel 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
Taille du Fichier 274 KB
Nombre d'Installations 139
Version Actuelle 4.1.1.4
Dernière Mise à Jour 2015-06-26
Date de Publication 2015-06-26
Évaluation 4.95/5 Total 21 Évaluations
Développeur Trig
Type de Paiement free
Site Web de l'Extension http://www.trigmoney.com
URL de la Page d'Aide http://www.trigmoney.com/support
Langues Prises en Charge 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"
    }
}