Inline Manual Authoring tool

Inline Manual Chrome Authoring tool

Inline Manual Authoring tool là gì?

Inline Manual Authoring tool là một tiện ích mở rộng Chrome được phát triển bởi https://inlinemanual.com, và tính năng chính của nó là "Inline Manual Chrome Authoring tool".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Inline Manual Authoring tool

Tải xuống các tệp mở rộng Inline Manual Authoring tool dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Inline Manual Authoring tool Inline Manual Authoring tool
ID leiejllaoknebomjeebdjfeicdaaeijp
URL Chính Thức https://chromewebstore.google.com/detail/inline-manual-authoring-t/leiejllaoknebomjeebdjfeicdaaeijp
Mô tả Inline Manual Chrome Authoring tool
Kích Thước Tệp 13.46 KB
Số Lần Cài Đặt 2,789
Phiên Bản Hiện Tại 1.44.1
Cập Nhật Lần Cuối 2022-06-22
Ngày Phát Hành 2018-02-20
Đánh Giá 4.35/5 Tổng số 17 Đánh Giá
Nhà Phát Triển https://inlinemanual.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://inlinemanual.com
URL Trang Trợ Giúp https://support.inlinemanual.com
URL Trang Chính Sách Bảo Mật https://inlinemanual.com/legal/privacy
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}