Lambus
Find places on the web and import them into your itinerary with few clicks!
ما هو Lambus؟
Lambus هو إضافة Chrome تم تطويرها بواسطة Lambus، والميزة الرئيسية لها هي "Find places on the web and import them into your itinerary with few clicks!".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Lambus
قم بتنزيل ملفات الامتداد Lambus بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
With this extension, you can easily import new places into your itinerary by highlighting any place name (e.g. in blogs) and right-clicking on "Import to Lambus". Then simply select the trip and decide whether the place should be imported as a "Stop" or "Point of Interest". We would be very happy to receive your feedback. If you have any questions or need additional help, please feel free to contact us at [email protected]!
معلومات أساسية عن التمديد
الاسم | Lambus |
ID | aibgbofhjlgdkajphpcpdpnkmpeoogip |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/lambus/aibgbofhjlgdkajphpcpdpnkmpeoogip |
الوصف | Find places on the web and import them into your itinerary with few clicks! |
حجم الملف | 1.13 MB |
عدد التثبيتات | 134 |
النسخة الحالية | 2.0.3 |
آخر تحديث | 2024-01-17 |
تاريخ النشر | 2022-01-24 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | Lambus |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://lambus.com |
عنوان صفحة المساعدة | https://support.lambus.com |
عنوان صفحة سياسة الخصوصية | https://lambus.com/meta/privacy |
اللغات المدعومة | id,de,en,fr,es,it |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "version": "2.0.3", "name": "__MSG_appName__", "description": "__MSG_description__", "default_locale": "en", "permissions": [ "contextMenus", "activeTab", "cookies", "scripting" ], "host_permissions": [ "*:\/\/*.lambus.com\/*", "*:\/\/*.api.lambus.io\/*" ], "manifest_version": 3, "icons": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" }, "action": { "default_popup": "src\/popup\/popup.html", "default_icon": { "16": "icons\/icon-16.png", "48": "icons\/icon-48.png", "128": "icons\/icon-128.png" } }, "background": { "service_worker": "src\/background-scripts\/background.js" }, "web_accessible_resources": [ { "resources": [ "themes\/*.png", "fonts\/*.*" ], "matches": [ " |