Inline Manual Authoring tool

Inline Manual Chrome Authoring tool

Co to jest Inline Manual Authoring tool?

Inline Manual Authoring tool to rozszerzenie Chrome opracowane przez https://inlinemanual.com, a jego główną funkcją jest „Inline Manual Chrome Authoring tool”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Inline Manual Authoring tool

Pobierz pliki rozszerzeń Inline Manual Authoring tool 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

                        Inline Manual is a Digital Adoption Platform to create interactive walkthroughs, tooltips and support articles right in customer’s app.

Inline Manual Authoring tool allows users of inlinemanual.com create and edit walkthroughs and content on the fly.                    

Podstawowe informacje o rozszerzeniu

Nazwa Inline Manual Authoring tool Inline Manual Authoring tool
ID leiejllaoknebomjeebdjfeicdaaeijp
Oficjalny URL https://chromewebstore.google.com/detail/inline-manual-authoring-t/leiejllaoknebomjeebdjfeicdaaeijp
Opis Inline Manual Chrome Authoring tool
Rozmiar pliku 13.46 KB
Liczba instalacji 2,789
Aktualna Wersja 1.44.1
Ostatnia Aktualizacja 2022-06-22
Data Publikacji 2018-02-20
Ocena 4.35/5 Łącznie 17 Oceny
Deweloper https://inlinemanual.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://inlinemanual.com
Adres URL Strony Pomocy https://support.inlinemanual.com
Adres URL Strony Polityki Prywatności https://inlinemanual.com/legal/privacy
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Inline Manual Authoring tool",
    "version": "1.44.1",
    "description": "Inline Manual Chrome Authoring tool",
    "manifest_version": 2,
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "tabs",
        "storage",
        "*:\/\/*\/*"
    ],
    "background": {
        "persistent": true,
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ]
        }
    ],
    "icons": {
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/icon19.png",
            "38": "images\/icon38.png"
        },
        "name": "Click to toggle Inline Manual authoring toolbar"
    }
}