Inline Manual Authoring tool

Inline Manual Chrome Authoring tool

Qu'est-ce que Inline Manual Authoring tool ?

Inline Manual Authoring tool est une extension Chrome développée par https://inlinemanual.com, et sa fonction principale est "Inline Manual Chrome Authoring tool".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Inline Manual Authoring tool

Téléchargez les fichiers d'extension Inline Manual Authoring tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Inline Manual Authoring tool Inline Manual Authoring tool
ID leiejllaoknebomjeebdjfeicdaaeijp
URL Officiel https://chromewebstore.google.com/detail/inline-manual-authoring-t/leiejllaoknebomjeebdjfeicdaaeijp
Description Inline Manual Chrome Authoring tool
Taille du Fichier 13.46 KB
Nombre d'Installations 2,789
Version Actuelle 1.44.1
Dernière Mise à Jour 2022-06-22
Date de Publication 2018-02-20
Évaluation 4.35/5 Total 17 Évaluations
Développeur https://inlinemanual.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://inlinemanual.com
URL de la Page d'Aide https://support.inlinemanual.com
URL de la Page de Politique de Confidentialité https://inlinemanual.com/legal/privacy
Langues Prises en Charge 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"
    }
}