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”。

擴展截圖

screenshot

下載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 Inline Manual Authoring tool
ID leiejllaoknebomjeebdjfeicdaaeijp
官方網址 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"
    }
}