Rocketrip
Seamlessly create a Rocketrip Price to Beat while you book your business travel.
ما هو Rocketrip؟
Rocketrip هو إضافة Chrome تم تطويرها بواسطة https://rocketrip.com، والميزة الرئيسية لها هي "Seamlessly create a Rocketrip Price to Beat while you book your business travel.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Rocketrip
قم بتنزيل ملفات الامتداد Rocketrip بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
| عنوان صفحة سياسة الخصوصية | 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\/*"
]
} | |