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.
拡張機能の基本情報
名前 | Rocketrip |
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 |
Eメール | [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\/*" ] } |