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. 擴展基本資訊
| 名稱 | |
| ID | oaienfpdbimabhlgjlbdpocbogaijnam |
| 官方網址 | 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 |
| 電子郵箱 | [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"
} | |