Inline Manual Authoring tool

Inline Manual Chrome Authoring tool

Inline Manual Authoring toolคืออะไร?

Inline Manual Authoring tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://inlinemanual.com และคุณลักษณะหลักของมันคือ "Inline Manual Chrome Authoring tool"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Inline Manual Authoring tool

ดาวน์โหลดไฟล์ส่วนขยาย 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
อีเมล [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"
    }
}