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".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة ITA Matrix Powertools
قم بتنزيل ملفات الامتداد ITA Matrix Powertools بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
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 |
عنوان صفحة المساعدة | 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" ] } |