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"
]
}
]
} | |