Unit.Travel
Unit - pay less for the same hotel or flight and get free advice from a travel expert.
ما هو Unit.Travel؟
Unit.Travel هو إضافة Chrome تم تطويرها بواسطة Unit Travel، والميزة الرئيسية لها هي "Unit - pay less for the same hotel or flight and get free advice from a travel expert.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Unit.Travel
قم بتنزيل ملفات الامتداد Unit.Travel بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
The Unit Travel extension helps you compare prices on popular travel web sites. Also our users can get a free advise from travel advisors.
معلومات أساسية عن التمديد
الاسم | Unit.Travel |
ID | fboniocijfobnbbneldahlphcbjedjhb |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/unittravel/fboniocijfobnbbneldahlphcbjedjhb |
الوصف | Unit - pay less for the same hotel or flight and get free advice from a travel expert. |
حجم الملف | 131 KB |
عدد التثبيتات | 817 |
النسخة الحالية | 1.0.6 |
آخر تحديث | 2023-06-04 |
تاريخ النشر | 2022-11-04 |
تقييم | 5.00/5 مجموع تقييمات 5 |
المطور | Unit Travel |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://unit.travel |
عنوان صفحة المساعدة | https://unit.travel |
عنوان صفحة سياسة الخصوصية | https://b2b.unit.travel/page/privacy-policy.html |
اللغات المدعومة | en,ru |
manifest.json | |
{ "action": { "default_icon": { "128": "assets\/img\/128.png", "32": "assets\/img\/128.png" }, "default_popup": "popup\/popup.html", "default_title": "Unit travel" }, "background": { "service_worker": "service_worker.js" }, "content_scripts": [ { "js": [ "vendor\/jquery\/3.5.1\/jquery.min.js", "common\/config.js", "common\/lang.js", "api\/booking.js" ], "matches": [ "https:\/\/*.booking.com\/*", "https:\/\/*.unit.travel\/affiliateprogram\/success.html*" ], "run_at": "document_start" }, { "css": [ "content\/booking\/content.css" ], "js": [ "content\/booking.js" ], "matches": [ "https:\/\/*.booking.com\/*" ], "run_at": "document_idle" }, { "css": [ "content\/booking\/content.css" ], "js": [ "content\/unit.js" ], "matches": [ "https:\/\/*.unit.travel\/affiliateprogram\/success.html*" ], "run_at": "document_idle" } ], "default_locale": "ru", "description": "__MSG_appDesc__", "homepage_url": "https:\/\/unit.travel\/", "icons": { "128": "assets\/img\/128.png", "32": "assets\/img\/128.png" }, "manifest_version": 3, "name": "__MSG_appName__", "options_ui": { "open_in_tab": true, "page": "options\/options.html" }, "permissions": [ "storage" ], "short_name": "__MSG_appName__", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "1.0.6", "web_accessible_resources": [ { "matches": [ " |