Inline Manual Authoring tool
Inline Manual Chrome Authoring tool
What is Inline Manual Authoring tool?
Inline Manual Authoring tool is a Chrome extension developed by https://inlinemanual.com, and its main feature is "Inline Manual Chrome Authoring tool".
Extension Screenshots
Download Inline Manual Authoring tool Extension CRX File
Download Inline Manual Authoring tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Inline Manual Authoring tool |
ID | leiejllaoknebomjeebdjfeicdaaeijp |
Official URL | https://chromewebstore.google.com/detail/inline-manual-authoring-t/leiejllaoknebomjeebdjfeicdaaeijp |
Description | Inline Manual Chrome Authoring tool |
File Size | 13.46 KB |
Installation Count | 2,789 |
Current Version | 1.44.1 |
Last Updated | 2022-06-22 |
Publish Date | 2018-02-20 |
Rating | 4.35/5 Total 17 Ratings |
Developer | https://inlinemanual.com |
[email protected] | |
Payment Type | free |
Extension Website | https://inlinemanual.com |
Help Page URL | https://support.inlinemanual.com |
Privacy Policy Page URL | https://inlinemanual.com/legal/privacy |
Supported Languages | 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" } } |