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 |
| 官方網址 | 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\/*"
]
} | |