Userlane

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

Co je Userlane?

Userlane je rozšíření Chrome vyvinuté https://userlane.com, a jeho hlavní funkcí je „The Navigation System for software that allows anybody to use any application instantly“.

Snímky obrazovky rozšíření

screenshot
screenshot
screenshot
screenshot
screenshot

Stáhnout soubor CRX rozšíření Userlane

Stáhněte si soubory rozšíření Userlane ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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.                    

Základní Informace o Rozšíření

Název Userlane Userlane
ID oaienfpdbimabhlgjlbdpocbogaijnam
Oficiální URL https://chromewebstore.google.com/detail/userlane/oaienfpdbimabhlgjlbdpocbogaijnam
Popis The Navigation System for software that allows anybody to use any application instantly
Velikost souboru 949 KB
Počet instalací 200,000
Aktuální Verze 23.7.2
Poslední Aktualizace 2024-02-23
Datum Vydání 2020-03-31
Hodnocení 5.00/5 Celkem 49 Hodnocení
Vývojář https://userlane.com
E-mail [email protected]
Typ Platby free
Webové stránky Rozšíření https://userlane.com
URL Stránky Nápovědy https://userlane.com
URL Stránky Zásad Ochrany Soukromí https://www.userlane.com/privacy
Podporované Jazyky 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"
}