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”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot

下载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 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
电子邮箱 [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"
}