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 |
| Eメール | [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": [
" | |