Userlane
The Navigation System for software that allows anybody to use any application instantly
Qu'est-ce que Userlane ?
Userlane est une extension Chrome développée par https://userlane.com, et sa fonction principale est "The Navigation System for software that allows anybody to use any application instantly".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Userlane
Téléchargez les fichiers d'extension Userlane au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Userlane |
ID | oaienfpdbimabhlgjlbdpocbogaijnam |
URL Officiel | https://chromewebstore.google.com/detail/userlane/oaienfpdbimabhlgjlbdpocbogaijnam |
Description | The Navigation System for software that allows anybody to use any application instantly |
Taille du Fichier | 949 KB |
Nombre d'Installations | 200,000 |
Version Actuelle | 23.7.2 |
Dernière Mise à Jour | 2024-02-23 |
Date de Publication | 2020-03-31 |
Évaluation | 5.00/5 Total 49 Évaluations |
Développeur | https://userlane.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://userlane.com |
URL de la Page d'Aide | https://userlane.com |
URL de la Page de Politique de Confidentialité | https://www.userlane.com/privacy |
Langues Prises en Charge | 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" } |