Userlane
The Navigation System for software that allows anybody to use any application instantly
Userlaneとは何ですか?
Userlaneはhttps://userlane.comによって開発されたChromeの拡張機能で、その主な機能は「The Navigation System for software that allows anybody to use any application instantly」です。
拡張機能のスクリーンショット
Userlane拡張機能のCRXファイルをダウンロード
Userlane拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Userlane |
ID | oaienfpdbimabhlgjlbdpocbogaijnam |
公式URL | https://chromewebstore.google.com/detail/userlane/oaienfpdbimabhlgjlbdpocbogaijnam |
説明 | The Navigation System for software that allows anybody to use any application instantly |
ファイルサイズ | 949 KB |
インストール数 | 200,000 |
現在のバージョン | 23.7.2 |
最終更新日 | 2024-02-23 |
公開日 | 2020-03-31 |
評価 | 5.00/5 合計 49 レビュー |
開発者 | https://userlane.com |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://userlane.com |
ヘルプページのURL | https://userlane.com |
プライバシーポリシーページのURL | https://www.userlane.com/privacy |
対応言語 | 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" } |