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

ดาวน์โหลดไฟล์ 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
อีเมล [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"
    ]
}