Userlane

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

Co to jest Userlane?

Userlane to rozszerzenie Chrome opracowane przez https://userlane.com, a jego główną funkcją jest „The Navigation System for software that allows anybody to use any application instantly”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Userlane

Pobierz pliki rozszerzeń Userlane w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Userlane Userlane
ID oaienfpdbimabhlgjlbdpocbogaijnam
Oficjalny URL https://chromewebstore.google.com/detail/userlane/oaienfpdbimabhlgjlbdpocbogaijnam
Opis The Navigation System for software that allows anybody to use any application instantly
Rozmiar pliku 949 KB
Liczba instalacji 200,000
Aktualna Wersja 23.7.2
Ostatnia Aktualizacja 2024-02-23
Data Publikacji 2020-03-31
Ocena 5.00/5 Łącznie 49 Oceny
Deweloper https://userlane.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://userlane.com
Adres URL Strony Pomocy https://userlane.com
Adres URL Strony Polityki Prywatności https://www.userlane.com/privacy
Obsługiwane Języki 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"
}