Userlane
The Navigation System for software that allows anybody to use any application instantly
ما هو Userlane؟
Userlane هو إضافة Chrome تم تطويرها بواسطة https://userlane.com، والميزة الرئيسية لها هي "The Navigation System for software that allows anybody to use any application instantly".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Userlane
قم بتنزيل ملفات الامتداد Userlane بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Access the Userlane Digital Adoption platform on top of any underlying app to get the fastest and most relevant contextual help, right when you need it.
معلومات أساسية عن التمديد
الاسم | Userlane |
ID | oaienfpdbimabhlgjlbdpocbogaijnam |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/userlane/oaienfpdbimabhlgjlbdpocbogaijnam |
الوصف | The Navigation System for software that allows anybody to use any application instantly |
حجم الملف | 949 KB |
عدد التثبيتات | 200,000 |
النسخة الحالية | 23.7.2 |
آخر تحديث | 2024-02-23 |
تاريخ النشر | 2020-03-31 |
تقييم | 5.00/5 مجموع تقييمات 49 |
المطور | https://userlane.com |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://userlane.com |
عنوان صفحة المساعدة | https://userlane.com |
عنوان صفحة سياسة الخصوصية | https://www.userlane.com/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Userlane", "manifest_version": 2, "description": "The Navigation System for software that allows anybody to use any application instantly", "homepage_url": "https:\/\/userlane.com\/", "icons": { "128": "commonAssets\/icons\/userlane_icon_128.png" }, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_icon": "commonAssets\/icons\/userlane_icon_128.png", "default_title": "Userlane Extension", "default_popup": "popup\/index.html" }, "storage": { "managed_schema": "commonAssets\/config\/managed_schema.json" }, "background": { "scripts": [ "background\/background.js" ], "persistent": true }, "options_page": "options\/index.html", "externally_connectable": { "matches": [ "*:\/\/*.usln.rocks\/*", "*:\/\/*.userlane.com\/*" ] }, "permissions": [ "https:\/\/*\/*", "http:\/\/*\/*", "tabs", "storage" ], "web_accessible_resources": [ "snippets\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.usln.rocks\/*", "*:\/\/*.userlane.com\/*" ], "js": [ "snippets\/intentpagecontentscript.js" ] } ], "version": "23.7.2" } |