Inline Manual Authoring tool
Inline Manual Chrome Authoring tool
什么是Inline Manual Authoring tool?
Inline Manual Authoring tool是由https://inlinemanual.com开发的Chrome扩展程序,该扩展的主要功能是“Inline Manual Chrome Authoring tool”。
扩展截图
下载Inline Manual Authoring tool扩展crx文件
下载Inline Manual Authoring tool扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Inline Manual Authoring tool |
ID | leiejllaoknebomjeebdjfeicdaaeijp |
官方URL | https://chromewebstore.google.com/detail/inline-manual-authoring-t/leiejllaoknebomjeebdjfeicdaaeijp |
简介 | Inline Manual Chrome Authoring tool |
文件大小 | 13.46 KB |
安装次数 | 2,789 |
当前版本 | 1.44.1 |
更新时间 | 2022-06-22 |
上架时间 | 2018-02-20 |
评分 | 4.35/5 共17次评分 |
开发者 | https://inlinemanual.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://inlinemanual.com |
帮助页面URL | https://support.inlinemanual.com |
隐私政策页面URL | https://inlinemanual.com/legal/privacy |
支持的语言 | 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" } } |