Userlane

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

Hvad er Userlane?

Userlane er en Chrome-udvidelse udviklet af https://userlane.com, og dens hovedfunktion er "The Navigation System for software that allows anybody to use any application instantly".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot
screenshot

Download Userlane-udvidelses-CRX-fil

Download Userlane-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Userlane Userlane
ID oaienfpdbimabhlgjlbdpocbogaijnam
Officiel URL https://chromewebstore.google.com/detail/userlane/oaienfpdbimabhlgjlbdpocbogaijnam
Beskrivelse The Navigation System for software that allows anybody to use any application instantly
Filstørrelse 949 KB
Antal Installationer 200,000
Nuværende Version 23.7.2
Senest Opdateret 2024-02-23
Udgivelsesdato 2020-03-31
Bedømmelse 5.00/5 Samlet 49 Bedømmelser
Udvikler https://userlane.com
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://userlane.com
Hjælpeside-URL https://userlane.com
URL til Fortrolighedspolitik Side https://www.userlane.com/privacy
Understøttede Sprog 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"
}