Inline Manual Authoring tool
Inline Manual Chrome Authoring tool
Hvad er Inline Manual Authoring tool?
Inline Manual Authoring tool er en Chrome-udvidelse udviklet af https://inlinemanual.com, og dens hovedfunktion er "Inline Manual Chrome Authoring tool".
Udvidelsesskærmbilleder
Download Inline Manual Authoring tool-udvidelses-CRX-fil
Download Inline Manual Authoring tool-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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.
Grundlæggende oplysninger om udvidelsen
Navn | Inline Manual Authoring tool |
ID | leiejllaoknebomjeebdjfeicdaaeijp |
Officiel URL | https://chromewebstore.google.com/detail/inline-manual-authoring-t/leiejllaoknebomjeebdjfeicdaaeijp |
Beskrivelse | Inline Manual Chrome Authoring tool |
Filstørrelse | 13.46 KB |
Antal Installationer | 2,789 |
Nuværende Version | 1.44.1 |
Senest Opdateret | 2022-06-22 |
Udgivelsesdato | 2018-02-20 |
Bedømmelse | 4.35/5 Samlet 17 Bedømmelser |
Udvikler | https://inlinemanual.com |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://inlinemanual.com |
Hjælpeside-URL | https://support.inlinemanual.com |
URL til Fortrolighedspolitik Side | https://inlinemanual.com/legal/privacy |
Understøttede Sprog | 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" } } |