Trig Money

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

Trig Money क्या है?

Trig Money Trig द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "TrigMoney is an application that recognize online purchases with our shops. You'll receive money back to your bank account"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Trig Money एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Trig, get the most out of your social shopping.                    

एक्सटेंशन की मूल जानकारी

नाम Trig Money Trig Money
ID okndfoiklamdaeecinimhjobdlpkccng
आधिकारिक URL https://chromewebstore.google.com/detail/trig-money/okndfoiklamdaeecinimhjobdlpkccng
विवरण TrigMoney is an application that recognize online purchases with our shops. You'll receive money back to your bank account
फ़ाइल का आकार 274 KB
स्थापना संख्या 139
वर्तमान संस्करण 4.1.1.4
अंतिम अपडेट 2015-06-26
प्रकाशन तिथि 2015-06-26
रेटिंग 4.95/5 कुल 21 रेटिंग्स
डेवलपर Trig
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.trigmoney.com
सहायता पृष्ठ URL http://www.trigmoney.com/support
समर्थित भाषाएँ 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"
    }
}