Userlane
The Navigation System for software that allows anybody to use any application instantly
What is Userlane?
Userlane is a Chrome extension developed by https://userlane.com, and its main feature is "The Navigation System for software that allows anybody to use any application instantly".
Extension Screenshots
Download Userlane Extension CRX File
Download Userlane extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Userlane |
ID | oaienfpdbimabhlgjlbdpocbogaijnam |
Official URL | https://chromewebstore.google.com/detail/userlane/oaienfpdbimabhlgjlbdpocbogaijnam |
Description | The Navigation System for software that allows anybody to use any application instantly |
File Size | 949 KB |
Installation Count | 200,000 |
Current Version | 23.7.2 |
Last Updated | 2024-02-23 |
Publish Date | 2020-03-31 |
Rating | 5.00/5 Total 49 Ratings |
Developer | https://userlane.com |
[email protected] | |
Payment Type | free |
Extension Website | https://userlane.com |
Help Page URL | https://userlane.com |
Privacy Policy Page URL | https://www.userlane.com/privacy |
Supported Languages | 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" } |