HintEd Editor

Build an interactive onboarding and training experience for your web applications without coding.

HintEd Editorคืออะไร?

HintEd Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://hinted.me และคุณลักษณะหลักของมันคือ "Build an interactive onboarding and training experience for your web applications without coding."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย HintEd Editor

ดาวน์โหลดไฟล์ส่วนขยาย HintEd Editor ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Streamline software adoption and user onboarding with HintEd interactive in-app walkthroughs!

The HintEd Editor extension allows you to create walkthroughs, tooltips, and simulations with a 
simple, no-code interface. Users will receive instant in-app support whenever they need it, reducing time-to-productivity and the cost of technical support.

All you need to do is install the editor, enter your login credentials and start building a beautiful, 
easily customizable onboarding experience. And the best part? No coding is required! Simply point and click on an element to highlight and make a hint.

With HintEd, you don’t need to spend hours creating the perfect user manual - simply use the HintEd Editor to record your walkthrough, save it as a simulation and easily convert it to PDF.

HintEd will provide you with the right help — at the right time!

Note: to use the editor, you need an active HintEd license. If you do not yet have one, please reach out to [email protected] for a demo and a quote.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ HintEd Editor HintEd Editor
ID pomgnikapieeibhibecdjghdjnnianik
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/hinted-editor/pomgnikapieeibhibecdjghdjnnianik
คำอธิบาย Build an interactive onboarding and training experience for your web applications without coding.
ขนาดไฟล์ 6.37 MB
จำนวนการติดตั้ง 325
เวอร์ชันปัจจุบัน 2.11.0
อัปเดตครั้งล่าสุด 2024-02-20
วันที่เผยแพร่ 2021-09-16
คะแนน 5.00/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา https://hinted.me
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://hinted.me
URL หน้านโยบายความเป็นส่วนตัว https://hinted.me/privacypolicy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "HintEd Editor",
    "version": "2.11.0",
    "description": "Build an interactive onboarding and training experience for your web applications without coding.",
    "short_name": "Hinted",
    "permissions": [
        "activeTab",
        "storage",
        "unlimitedStorage",
        "tabs",
        "scripting"
    ],
    "host_permissions": [
        ""
    ],
    "homepage_url": "http:\/\/hinted.me",
    "offline_enabled": false,
    "icons": {
        "16": "16.png",
        "32": "32.png",
        "48": "48.png",
        "128": "128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/main.js"
            ],
            "css": [
                "style.css"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "js\/bg.js"
    },
    "action": {
        "default_title": "Click to open HintEd plugin",
        "default_icon": {
            "16": "16.png",
            "19": "19.png",
            "32": "32.png",
            "38": "38.png",
            "48": "48.png",
            "128": "128.png"
        }
    },
    "web_accessible_resources": [
        {
            "resources": [
                "main.js",
                "js\/*",
                "css\/*",
                "assets\/*",
                "fonts\/*",
                "assets\/*",
                "umami.js",
                "widget.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}