Userlane
The Navigation System for software that allows anybody to use any application instantly
Wat is Userlane?
Userlane is een Chrome-extensie ontwikkeld door https://userlane.com, en de belangrijkste functie is "The Navigation System for software that allows anybody to use any application instantly".
Extensie Screenshots
Download het CRX-bestand van de extensie Userlane
Download Userlane-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Userlane |
ID | oaienfpdbimabhlgjlbdpocbogaijnam |
Officiële URL | https://chromewebstore.google.com/detail/userlane/oaienfpdbimabhlgjlbdpocbogaijnam |
Beschrijving | The Navigation System for software that allows anybody to use any application instantly |
Bestandsgrootte | 949 KB |
Aantal Installaties | 200,000 |
Huidige Versie | 23.7.2 |
Laatst Bijgewerkt | 2024-02-23 |
Publicatiedatum | 2020-03-31 |
Beoordeling | 5.00/5 Totaal 49 Beoordelingen |
Ontwikkelaar | https://userlane.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://userlane.com |
Help Pagina-URL | https://userlane.com |
URL van de Privacybeleid Pagina | https://www.userlane.com/privacy |
Ondersteunde Talen | 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" } |