Rocketrip
Seamlessly create a Rocketrip Price to Beat while you book your business travel.
什么是Rocketrip?
Rocketrip是由https://rocketrip.com开发的Chrome扩展程序,该扩展的主要功能是“Seamlessly create a Rocketrip Price to Beat while you book your business travel.”。
扩展截图
下载Rocketrip扩展crx文件
下载Rocketrip扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
The Rocketrip extension allows you to create a Price to Beat from within your company's booking site. Need assistance or have a question? Access Rocketrip's customer support through the extension from any site. It's Rocketrip when and where you need it. 扩展基本信息
| 名称 | |
| ID | jonlhhmennanlmjjamfllhlcklggpjkj |
| 官方URL | https://chromewebstore.google.com/detail/rocketrip/jonlhhmennanlmjjamfllhlcklggpjkj |
| 简介 | Seamlessly create a Rocketrip Price to Beat while you book your business travel. |
| 文件大小 | 13.53 MB |
| 安装次数 | 50,288 |
| 当前版本 | 3.4.33 |
| 更新时间 | 2020-02-27 |
| 上架时间 | 2020-02-26 |
| 评分 | 2.85/5 共27次评分 |
| 开发者 | https://rocketrip.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 隐私政策页面URL | https://www.rocketrip.com/privacy |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Rocketrip",
"description": "Seamlessly create a Rocketrip Price to Beat while you book your business travel.",
"version": "3.4.33",
"icons": {
"128": "assets\/icon-webstore.png"
},
"browser_action": {
"default_icon": {
"19": "assets\/icon-orange-19.png",
"38": "assets\/icon-orange-38.png"
},
"default_title": "Rocketrip"
},
"background": {
"persistent": false,
"scripts": [
"assets\/browser-polyfill.js",
"assets\/background.js"
]
},
"externally_connectable": {
"matches": [
"*:\/\/*.concursolutions.com\/*",
"*:\/\/*.cnqr-cn.com\/*",
"*:\/\/*.outtask.com\/*",
"*:\/\/*.rocketrip.com\/*"
]
},
"content_scripts": [
{
"matches": [
"*:\/\/*.concursolutions.com\/*",
"*:\/\/*.cnqr-cn.com\/*",
"*:\/\/*.outtask.com\/*",
"*:\/\/*.rocketrip.com\/*"
],
"exclude_matches": [
"*:\/\/www.rocketrip.com\/*",
"*:\/\/rocketrip.com\/*"
],
"js": [
"assets\/chromeBootstrap.js"
],
"run_at": "document_end"
}
],
"permissions": [
"storage",
"activeTab"
],
"web_accessible_resources": [
"assets\/*"
]
} | |