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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "TrigMoney is an application that recognize online purchases with our shops. You'll receive money back to your bank account"입니다.

확장 프로그램 스크린샷

screenshot

Trig Money 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}