Inline Manual Authoring tool
Inline Manual Chrome Authoring tool
Wat is Inline Manual Authoring tool?
Inline Manual Authoring tool is een Chrome-extensie ontwikkeld door https://inlinemanual.com, en de belangrijkste functie is "Inline Manual Chrome Authoring tool".
Extensie Screenshots
Download het CRX-bestand van de extensie Inline Manual Authoring tool
Download Inline Manual Authoring tool-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | Inline Manual Authoring tool |
ID | leiejllaoknebomjeebdjfeicdaaeijp |
Officiële URL | https://chromewebstore.google.com/detail/inline-manual-authoring-t/leiejllaoknebomjeebdjfeicdaaeijp |
Beschrijving | Inline Manual Chrome Authoring tool |
Bestandsgrootte | 13.46 KB |
Aantal Installaties | 2,789 |
Huidige Versie | 1.44.1 |
Laatst Bijgewerkt | 2022-06-22 |
Publicatiedatum | 2018-02-20 |
Beoordeling | 4.35/5 Totaal 17 Beoordelingen |
Ontwikkelaar | https://inlinemanual.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://inlinemanual.com |
Help Pagina-URL | https://support.inlinemanual.com |
URL van de Privacybeleid Pagina | https://inlinemanual.com/legal/privacy |
Ondersteunde Talen | 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" } } |