Userlane
The Navigation System for software that allows anybody to use any application instantly
O que é Userlane?
Userlane é uma extensão do Chrome desenvolvida por https://userlane.com, e sua principal característica é "The Navigation System for software that allows anybody to use any application instantly".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Userlane
Baixe arquivos de extensão Userlane no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Userlane |
ID | oaienfpdbimabhlgjlbdpocbogaijnam |
URL Oficial | https://chromewebstore.google.com/detail/userlane/oaienfpdbimabhlgjlbdpocbogaijnam |
Descrição | The Navigation System for software that allows anybody to use any application instantly |
Tamanho do Arquivo | 949 KB |
Contagem de Instalações | 200,000 |
Versão Atual | 23.7.2 |
Última Atualização | 2024-02-23 |
Data de Publicação | 2020-03-31 |
Classificação | 5.00/5 Total de 49 Avaliações |
Desenvolvedor | https://userlane.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://userlane.com |
URL da Página de Ajuda | https://userlane.com |
URL da Página de Política de Privacidade | https://www.userlane.com/privacy |
Idiomas Suportados | 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" } |