Userlane
The Navigation System for software that allows anybody to use any application instantly
Cos'è Userlane?
Userlane è un'estensione di Chrome sviluppata da https://userlane.com, e la sua funzione principale è "The Navigation System for software that allows anybody to use any application instantly".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Userlane
Scarica i file di estensione Userlane in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | Userlane |
ID | oaienfpdbimabhlgjlbdpocbogaijnam |
URL Ufficiale | https://chromewebstore.google.com/detail/userlane/oaienfpdbimabhlgjlbdpocbogaijnam |
Descrizione | The Navigation System for software that allows anybody to use any application instantly |
Dimensione del File | 949 KB |
Conteggio Installazioni | 200,000 |
Versione Corrente | 23.7.2 |
Ultimo Aggiornamento | 2024-02-23 |
Data di Pubblicazione | 2020-03-31 |
Valutazione | 5.00/5 Totale 49 Valutazioni |
Sviluppatore | https://userlane.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://userlane.com |
URL della Pagina di Aiuto | https://userlane.com |
URL della Pagina della Politica sulla Privacy | https://www.userlane.com/privacy |
Lingue Supportate | 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" } |