Unit.Travel
Unit - pay less for the same hotel or flight and get free advice from a travel expert.
什么是Unit.Travel?
Unit.Travel是由Unit Travel开发的Chrome扩展程序,该扩展的主要功能是“Unit - pay less for the same hotel or flight and get free advice from a travel expert.”。
扩展截图
下载Unit.Travel扩展crx文件
下载Unit.Travel扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The Unit Travel extension helps you compare prices on popular travel web sites. Also our users can get a free advise from travel advisors. 扩展基本信息
| 名称 | |
| 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 |
| 帮助页面URL | https://unit.travel |
| 隐私政策页面URL | 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": [
" | |