Show Me The Points
This extension reveals hotel's points rate in the Hyatt.com search results
ما هو Show Me The Points؟
Show Me The Points هو إضافة Chrome تم تطويرها بواسطة abcpp، والميزة الرئيسية لها هي "This extension reveals hotel's points rate in the Hyatt.com search results".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Show Me The Points
قم بتنزيل ملفات الامتداد Show Me The Points بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension enables you to see point rate while searching for a Hyatt property on the Hyatt.com desktop website. Each property will show smallest number of points needed for a redemption. If the hotel doesn't have points availability for a given period of time, it will say "N/A"
معلومات أساسية عن التمديد
الاسم | Show Me The Points |
ID | ceeleffgoojglmmgpfknkalgpnapcedh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/show-me-the-points/ceeleffgoojglmmgpfknkalgpnapcedh |
الوصف | This extension reveals hotel's points rate in the Hyatt.com search results |
حجم الملف | 33.2 KB |
عدد التثبيتات | 244 |
النسخة الحالية | 2.1 |
آخر تحديث | 2017-12-15 |
تاريخ النشر | 2017-12-15 |
تقييم | 4.00/5 مجموع تقييمات 1 |
المطور | abcpp |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | http://www.hyatt.com |
عنوان صفحة المساعدة | http://www.flyertalk.com/forum/travel-tools/1778642-show-me-points.html |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Show Me The Points", "description": "This extension reveals hotel's points rate in the Hyatt.com search results", "version": "2.1", "permissions": [ "*:\/\/*.hyatt.com\/search\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.hyatt.com\/search\/*" ], "js": [ "jquery-3.2.1.min.js", "reveal.js" ] } ] } |