Pop in Hotel
Économisez jusqu’à 20% sur le prix affiché sur Booking
Pop in Hotel란 무엇입니까?
Pop in Hotel은(는) https://popinhotel.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Économisez jusqu’à 20% sur le prix affiché sur Booking"입니다.
확장 프로그램 스크린샷
Pop in Hotel 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 |
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 |
도움말 페이지 URL | 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 } |