Userlane

The Navigation System for software that allows anybody to use any application instantly

Userlane là gì?

Userlane là một tiện ích mở rộng Chrome được phát triển bởi https://userlane.com, và tính năng chính của nó là "The Navigation System for software that allows anybody to use any application instantly".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Userlane

Tải xuống các tệp mở rộng Userlane dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Userlane Userlane
ID oaienfpdbimabhlgjlbdpocbogaijnam
URL Chính Thức https://chromewebstore.google.com/detail/userlane/oaienfpdbimabhlgjlbdpocbogaijnam
Mô tả The Navigation System for software that allows anybody to use any application instantly
Kích Thước Tệp 949 KB
Số Lần Cài Đặt 200,000
Phiên Bản Hiện Tại 23.7.2
Cập Nhật Lần Cuối 2024-02-23
Ngày Phát Hành 2020-03-31
Đánh Giá 5.00/5 Tổng số 49 Đánh Giá
Nhà Phát Triển https://userlane.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://userlane.com
URL Trang Trợ Giúp https://userlane.com
URL Trang Chính Sách Bảo Mật https://www.userlane.com/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
}