Travel Tab
Hotels and travel news on your new tab page!
Travel Tab란 무엇입니까?
Travel Tab은(는) https://traveldailydiscounts.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Hotels and travel news on your new tab page!"입니다.
확장 프로그램 스크린샷
Travel Tab 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
Travel offers and news on your new tab page. Improve your new tab experience! With this one single extension you can get the latest news about traveling! Every time you open a new tab, you can read daily news about your favorite topic. Privacy: Your privacy matters. Here's how we protect it: Privacy: https://traveldailydiscounts.com/privacy/ Terms Of Use: https://traveldailydiscounts.com/terms/ By clicking "Add to chrome", you accept and agree to installing Travel Tab extension and setting Chrome New Tab search to that provided by the service. The search will be powered by Microsoft Bing. We're also providing to you Booking.com, Allegro.pl, Amazon.com and Ebay.com discounts as a part of Affiliate program. It is not mandatory; you can disable/enable it in the "Support Us" section whenever you want.
확장 프로그램 기본 정보
이름 | |
ID | ceojojeclfndnodcppepdlghconbhdfh |
공식 URL | https://chromewebstore.google.com/detail/travel-tab/ceojojeclfndnodcppepdlghconbhdfh |
설명 | Hotels and travel news on your new tab page! |
파일 크기 | 642 KB |
설치 횟수 | 519 |
현재 버전 | 1.7 |
최근 업데이트 | 2023-12-12 |
출시 날짜 | 2023-08-23 |
평점 | 5.00/5 총 2 개의 평점 |
개발자 | https://traveldailydiscounts.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://traveldailydiscounts.com/ |
도움말 페이지 URL | https://traveldailydiscounts.com/privacy/ |
개인정보 보호 정책 페이지 URL | https://traveldailydiscounts.com/privacy |
지원되는 언어 | en,fr,it,pl |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Travel Tab", "short_name": "Travel Tab", "description": "Hotels and travel news on your new tab page!", "version": "1.7", "default_locale": "en", "icons": { "16": "16.png", "32": "32.png", "48": "48.png", "128": "128.png" }, "background": { "service_worker": "js\/worker.js" }, "host_permissions": [ "*:\/\/*.booking.com\/*", "*:\/\/*.traveldailydiscounts.com\/*" ], "permissions": [ "declarativeNetRequest" ], "declarative_net_request": { "rule_resources": [ { "id": "aff", "enabled": true, "path": "rules_1.json" } ] }, "options_page": "options.html", "chrome_url_overrides": { "newtab": "newtab.html" }, "externally_connectable": { "matches": [ "https:\/\/traveldailydiscounts.com\/*" ] }, "manifest_version": 3 } |