Userlane

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

Apa itu Userlane?

Userlane adalah ekstensi Chrome yang dikembangkan oleh https://userlane.com, dan fitur utamanya adalah "The Navigation System for software that allows anybody to use any application instantly".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Userlane

Unduh file ekstensi Userlane dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Userlane Userlane
ID oaienfpdbimabhlgjlbdpocbogaijnam
URL Resmi https://chromewebstore.google.com/detail/userlane/oaienfpdbimabhlgjlbdpocbogaijnam
Deskripsi The Navigation System for software that allows anybody to use any application instantly
Ukuran File 949 KB
Jumlah Instalasi 200,000
Versi Saat Ini 23.7.2
Terakhir Diperbarui 2024-02-23
Tanggal Publikasi 2020-03-31
Penilaian 5.00/5 Total 49 Penilaian
Pengembang https://userlane.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://userlane.com
URL Halaman Bantuan https://userlane.com
URL Halaman Kebijakan Privasi https://www.userlane.com/privacy
Bahasa yang Didukung 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"
}