Rocketrip
Seamlessly create a Rocketrip Price to Beat while you book your business travel.
Co to jest Rocketrip?
Rocketrip to rozszerzenie Chrome opracowane przez https://rocketrip.com, a jego główną funkcją jest „Seamlessly create a Rocketrip Price to Beat while you book your business travel.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Rocketrip
Pobierz pliki rozszerzeń Rocketrip w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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. Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | jonlhhmennanlmjjamfllhlcklggpjkj |
| Oficjalny URL | https://chromewebstore.google.com/detail/rocketrip/jonlhhmennanlmjjamfllhlcklggpjkj |
| Opis | Seamlessly create a Rocketrip Price to Beat while you book your business travel. |
| Rozmiar pliku | 13.53 MB |
| Liczba instalacji | 50,288 |
| Aktualna Wersja | 3.4.33 |
| Ostatnia Aktualizacja | 2020-02-27 |
| Data Publikacji | 2020-02-26 |
| Ocena | 2.85/5 Łącznie 27 Oceny |
| Deweloper | https://rocketrip.com |
| [email protected] | |
| Typ Płatności | free |
| Adres URL Strony Polityki Prywatności | https://www.rocketrip.com/privacy |
| Obsługiwane Języki | 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\/*"
]
} | |