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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
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 |
URL หน้าช่วยเหลือ | https://userlane.com |
URL หน้านโยบายความเป็นส่วนตัว | 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" } |