Userlane
The Navigation System for software that allows anybody to use any application instantly
Was ist Userlane?
Userlane ist eine Chrome-Erweiterung, die von https://userlane.com entwickelt wurde, und ihr Hauptmerkmal ist "The Navigation System for software that allows anybody to use any application instantly".
Erweiterungsscreenshots
Userlane-Erweiterungs-CRX-Datei herunterladen
Laden Sie Userlane-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Userlane |
ID | oaienfpdbimabhlgjlbdpocbogaijnam |
Offizielle URL | https://chromewebstore.google.com/detail/userlane/oaienfpdbimabhlgjlbdpocbogaijnam |
Beschreibung | The Navigation System for software that allows anybody to use any application instantly |
Dateigröße | 949 KB |
Installationsanzahl | 200,000 |
Aktuelle Version | 23.7.2 |
Letztes Update | 2024-02-23 |
Veröffentlichungsdatum | 2020-03-31 |
Bewertung | 5.00/5 Insgesamt 49 Bewertungen |
Entwickler | https://userlane.com |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://userlane.com |
Hilfeseite URL | https://userlane.com |
URL der Datenschutzrichtlinien-Seite | https://www.userlane.com/privacy |
Unterstützte Sprachen | 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" } |