Inline Manual Authoring tool
Inline Manual Chrome Authoring tool
Vad är Inline Manual Authoring tool?
Inline Manual Authoring tool är en Chrome-tillägg utvecklad av https://inlinemanual.com, och dess huvudfunktion är "Inline Manual Chrome Authoring tool".
Tilläggsskärmbilder
Ladda ner Inline Manual Authoring tool-förlängningens CRX-fil
Ladda ner Inline Manual Authoring tool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Inline Manual Authoring tool |
ID | leiejllaoknebomjeebdjfeicdaaeijp |
Officiell webbadress | https://chromewebstore.google.com/detail/inline-manual-authoring-t/leiejllaoknebomjeebdjfeicdaaeijp |
Beskrivning | Inline Manual Chrome Authoring tool |
Filstorlek | 13.46 KB |
Antal Installationer | 2,789 |
Aktuell Version | 1.44.1 |
Senast Uppdaterad | 2022-06-22 |
Publiceringsdatum | 2018-02-20 |
Betyg | 4.35/5 Totalt 17 Betyg |
Utvecklare | https://inlinemanual.com |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://inlinemanual.com |
Hjälpsida URL | https://support.inlinemanual.com |
URL till Sekretesspolicy Sidan | https://inlinemanual.com/legal/privacy |
Stödda Språk | 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" } } |