ITA Matrix Powertools

Adds new features and builds fare purchase links for ITA Matrix

ITA Matrix Powertools क्या है?

ITA Matrix Powertools Rangecrest द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds new features and builds fare purchase links for ITA Matrix"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में ITA Matrix Powertools एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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
ईमेल [email protected]
भुगतान के प्रकार 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"
    ]
}