Trig Money

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

Apa itu Trig Money?

Trig Money adalah ekstensi Chrome yang dikembangkan oleh Trig, dan fitur utamanya adalah "TrigMoney is an application that recognize online purchases with our shops. You'll receive money back to your bank account".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Trig Money

Unduh file ekstensi Trig Money dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        Trig, get the most out of your social shopping.                    

Informasi Dasar Ekstensi

Nama Trig Money Trig Money
ID okndfoiklamdaeecinimhjobdlpkccng
URL Resmi https://chromewebstore.google.com/detail/trig-money/okndfoiklamdaeecinimhjobdlpkccng
Deskripsi TrigMoney is an application that recognize online purchases with our shops. You'll receive money back to your bank account
Ukuran File 274 KB
Jumlah Instalasi 139
Versi Saat Ini 4.1.1.4
Terakhir Diperbarui 2015-06-26
Tanggal Publikasi 2015-06-26
Penilaian 4.95/5 Total 21 Penilaian
Pengembang Trig
Tipe Pembayaran free
Situs Ekstensi http://www.trigmoney.com
URL Halaman Bantuan http://www.trigmoney.com/support
Bahasa yang Didukung 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"
    }
}