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
公式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
Eメール [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"
    }
}