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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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
عنوان صفحة المساعدة 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"
    }
}