ITA Matrix Powertools

Adds new features and builds fare purchase links for ITA Matrix

Что такое ITA Matrix Powertools?

ITA Matrix Powertools - это расширение Chrome, разработанное Rangecrest, и его основная функция - "Adds new features and builds fare purchase links for ITA Matrix".

Снимки экрана расширения

screenshot
screenshot
screenshot
screenshot

Скачать файл CRX расширения ITA Matrix Powertools

Скачайте файлы расширений ITA Matrix Powertools в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        v0.55.0: Added preliminary support for Matrix 5

Matrix Powertools adds new functionality to ITA Matrix including:
- Booking links to Airlines, Online Travel Agents (OTAs) and meta search engines
- Integrations with Where to Credit, Seat Guru, Plane Finder, and Great Circle Mapper                    

Основная информация о расширении

Название ITA Matrix Powertools ITA Matrix Powertools
ID menecfddnlmanmpadcalononkolnplpp
Официальный URL https://chromewebstore.google.com/detail/ita-matrix-powertools/menecfddnlmanmpadcalononkolnplpp
Описание Adds new features and builds fare purchase links for ITA Matrix
Размер файла 167 KB
Количество установок 15,273
Текущая Версия 0.55.14
Последнее Обновление 2023-11-12
Дата публикации 2020-04-30
Рейтинг 4.08/5 Всего 12 оценок
Разработчик Rangecrest
Электронная почта hello@rangecrest.com
Тип оплаты free
Официальный сайт расширения https://github.com/adamhwang/ita-matrix-powertools
URL страницы помощи http://www.flyertalk.com/forum/travel-tools/1623427-ita-purchase-fares-orbitz-delta-userscript.html
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "ITA Matrix Powertools",
    "version": "0.55.14",
    "description": "Adds new features and builds fare purchase links for ITA Matrix",
    "icons": {
        "16": "icons\/icon16.png",
        "32": "icons\/icon32.png",
        "48": "icons\/icon48.png",
        "64": "icons\/icon64.png",
        "128": "icons\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/matrix.itasoftware.com\/*",
                "*:\/\/oldmatrix.itasoftware.com\/*",
                "*:\/\/newmatrix.itasoftware.com\/*"
            ],
            "js": [
                "webext.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "ita-matrix-powertools.user.js"
    ]
}