Rocketrip
Seamlessly create a Rocketrip Price to Beat while you book your business travel.
Rocketrip là gì?
Rocketrip là một tiện ích mở rộng Chrome được phát triển bởi https://rocketrip.com, và tính năng chính của nó là "Seamlessly create a Rocketrip Price to Beat while you book your business travel.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Rocketrip
Tải xuống các tệp mở rộng Rocketrip dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Rocketrip |
ID | jonlhhmennanlmjjamfllhlcklggpjkj |
URL Chính Thức | https://chromewebstore.google.com/detail/rocketrip/jonlhhmennanlmjjamfllhlcklggpjkj |
Mô tả | Seamlessly create a Rocketrip Price to Beat while you book your business travel. |
Kích Thước Tệp | 13.53 MB |
Số Lần Cài Đặt | 50,288 |
Phiên Bản Hiện Tại | 3.4.33 |
Cập Nhật Lần Cuối | 2020-02-27 |
Ngày Phát Hành | 2020-02-26 |
Đánh Giá | 2.85/5 Tổng số 27 Đánh Giá |
Nhà Phát Triển | https://rocketrip.com |
[email protected] | |
Loại Thanh Toán | free |
URL Trang Chính Sách Bảo Mật | https://www.rocketrip.com/privacy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } |