Trig Money

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

Trig Money là gì?

Trig Money là một tiện ích mở rộng Chrome được phát triển bởi Trig, và tính năng chính của nó là "TrigMoney is an application that recognize online purchases with our shops. You'll receive money back to your bank account".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Trig Money

Tải xuống các tệp mở rộng Trig Money dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Trig, get the most out of your social shopping.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Trig Money Trig Money
ID okndfoiklamdaeecinimhjobdlpkccng
URL Chính Thức https://chromewebstore.google.com/detail/trig-money/okndfoiklamdaeecinimhjobdlpkccng
Mô tả TrigMoney is an application that recognize online purchases with our shops. You'll receive money back to your bank account
Kích Thước Tệp 274 KB
Số Lần Cài Đặt 139
Phiên Bản Hiện Tại 4.1.1.4
Cập Nhật Lần Cuối 2015-06-26
Ngày Phát Hành 2015-06-26
Đánh Giá 4.95/5 Tổng số 21 Đánh Giá
Nhà Phát Triển Trig
Loại Thanh Toán free
Trang Web Mở Rộng http://www.trigmoney.com
URL Trang Trợ Giúp http://www.trigmoney.com/support
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}