VanillaTours Reservation Manager
VanillaTours Reservation Manager
VanillaTours Reservation Managerとは何ですか?
VanillaTours Reservation ManagerはVanillaToursによって開発されたChromeの拡張機能で、その主な機能は「VanillaTours Reservation Manager」です。
拡張機能のスクリーンショット
VanillaTours Reservation Manager拡張機能のCRXファイルをダウンロード
VanillaTours Reservation Manager拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
v.0.0.2 = minor bug fixed
v.0.0.1 拡張機能の基本情報
| 名前 | |
| ID | pjmlmejifcfjenfmgcmmphfmjbbajhle |
| 公式URL | https://chromewebstore.google.com/detail/vanillatours-reservation/pjmlmejifcfjenfmgcmmphfmjbbajhle |
| 説明 | VanillaTours Reservation Manager |
| ファイルサイズ | 68.95 KB |
| インストール数 | 90 |
| 現在のバージョン | 0.0.4 |
| 最終更新日 | 2014-10-30 |
| 公開日 | 2014-10-29 |
| 評価 | 5.00/5 合計 5 レビュー |
| 開発者 | VanillaTours |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://vanillatours.com/ |
| ヘルプページのURL | https://vanillatours.com/ |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "VanillaTours Reservation Manager",
"short_name": "VRM",
"version": "0.0.4",
"manifest_version": 2,
"description": "VanillaTours Reservation Manager",
"homepage_url": "http:\/\/www.vanillatours.com",
"author": "Salih Sagdilek",
"icons": {
"16": "icons\/icon16.png",
"48": "icons\/icon48.png",
"128": "icons\/icon128.png"
},
"background": {
"scripts": [
"js\/background.js"
],
"persistent": true
},
"browser_action": {
"default_icon": "icons\/icon19.png",
"default_title": "VanillaTours Reservation Manager",
"default_popup": "src\/browser_action\/browser_action.html"
},
"content_scripts": [
{
"matches": [
"http:\/\/*\/*",
"https:\/\/*\/*"
],
"js": [
"js\/jquery.min.js",
"js\/eventCalendar.js"
]
}
]
} | |