Pop in Hotel

Économisez jusqu’à 20% sur le prix affiché sur Booking

ما هو Pop in Hotel؟

Pop in Hotel هو إضافة Chrome تم تطويرها بواسطة https://popinhotel.com، والميزة الرئيسية لها هي "Économisez jusqu’à 20% sur le prix affiché sur Booking".

لقطات شاشة التمديد

screenshot
screenshot
screenshot
screenshot

تحميل ملف CRX للإضافة Pop in Hotel

قم بتنزيل ملفات الامتداد Pop in Hotel بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        STOP AUX COMMISSIONS EXCESSIVES !  
 
Pop in Hotel négocie en direct pour vous, pour une consommation plus juste.

Pop in Hotel ne change pas vos habitudes, continuez de chercher votre hôtel sur  votre plateforme* de réservation habituelle et payer la chambre de votre choix TOUJOURS moins chère ! 

COMMENT ÇA MARCHE  ?

- Utilisez Google Chrome comme navigateur.
- Installez l’extension Pop in Hotel sur votre navigateur en 1 clic.
- Surfez sur votre plateforme de réservation habituelle* et sélectionnez l’hôtel et la chambre de votre choix (voir la vidéo)
- Une fenêtre pop-up "Pop in Hotel" s’ouvre et garantit un prix toujours plus bas
- Cliquez sur réserver de Pop in Hotel et renseignez vos informations
- On s’occupe de tout et on vous confirme votre réservation

UNE QUESTION ? UNE REMARQUE ? [email protected] - + 33 (0)6 68 69 45 62

(*) Pop in Hotel fonctionne actuellement uniquement sur Booking. 

Développement pour les autres plateformes telles que Hotel.com, Expedia, Agoda…en cours.                    

معلومات أساسية عن التمديد

الاسم Pop in Hotel Pop in Hotel
ID obghampgaenjefbchkhkhbkdimjhgnjk
عنوان URL الرسمي https://chromewebstore.google.com/detail/pop-in-hotel/obghampgaenjefbchkhkhbkdimjhgnjk
الوصف Économisez jusqu’à 20% sur le prix affiché sur Booking
حجم الملف 178 KB
عدد التثبيتات 3,095
النسخة الحالية 1.8
آخر تحديث 2023-10-05
تاريخ النشر 2020-01-30
تقييم 5.00/5 مجموع تقييمات 10
المطور https://popinhotel.com
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://popinhotel.com
عنوان صفحة المساعدة https://www.popinhotel.com/index.html#contact
اللغات المدعومة fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Pop in Hotel",
    "short_name": "Pop in Hotel",
    "version": "1.8",
    "description": "\u00c9conomisez jusqu\u2019\u00e0 20% sur le prix affich\u00e9 sur Booking",
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "options_page": "options.html",
    "background": {
        "service_worker": "background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.booking.com\/*"
            ],
            "js": [
                "jquery-3.3.1.min.js",
                "config.js",
                "parser.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "https:\/\/fr.hotels.com\/*",
                "https:\/\/www.expedia.fr\/*",
                "https:\/\/www.tripadvisor.com\/*",
                "https:\/\/www.agoda.com\/*"
            ],
            "js": [
                "config.js"
            ]
        }
    ],
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/popin16.png",
            "32": "images\/popin32.png",
            "48": "images\/popin48.png",
            "128": "images\/popin128.png"
        }
    },
    "icons": {
        "16": "images\/popin16.png",
        "32": "images\/popin32.png",
        "48": "images\/popin48.png",
        "128": "images\/popin128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "images\/close26.png",
                "images\/power-on.png",
                "images\/power-off.png",
                "font\/*.ttf"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "manifest_version": 3
}