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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Trig และคุณลักษณะหลักของมันคือ "TrigMoney is an application that recognize online purchases with our shops. You'll receive money back to your bank account"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Trig Money

ดาวน์โหลดไฟล์ส่วนขยาย Trig Money ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
    }
}