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