HelpHero Editor

Create and edit interactive product tours right inside your web app.

HelpHero Editorคืออะไร?

HelpHero Editor เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://helphero.co และคุณลักษณะหลักของมันคือ "Create and edit interactive product tours right inside your web app."

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

screenshot

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

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

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

                        HelpHero enables you to create easy to use in-app tours to guide your users and improve engagement. The interactive tours enable users to ‘learn as they go’, making onboarding users simple and quick.

This extension allows you to create and edit tours on sites that do not have the HelpHero snippet installed.                    

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

ชื่อ HelpHero Editor HelpHero Editor
ID igddcfndiapddcmgkkkjaalanbclolni
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/helphero-editor/igddcfndiapddcmgkkkjaalanbclolni
คำอธิบาย Create and edit interactive product tours right inside your web app.
ขนาดไฟล์ 90.9 KB
จำนวนการติดตั้ง 2,864
เวอร์ชันปัจจุบัน 2.6.0
อัปเดตครั้งล่าสุด 2023-09-04
วันที่เผยแพร่ 2020-06-28
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา https://helphero.co
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://helphero.co
URL หน้านโยบายความเป็นส่วนตัว https://helphero.co/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "HelpHero Editor",
    "short_name": "HelpHero",
    "version": "2.6.0",
    "manifest_version": 2,
    "minimum_chrome_version": "63",
    "homepage_url": "https:\/\/helphero.co",
    "description": "Create and edit interactive product tours right inside your web app.",
    "content_security_policy": "default-src 'self'; style-src 'self' 'unsafe-inline'; script-src 'self' 'unsafe-eval' https:\/\/helphero.co https:\/\/app.helphero.co; connect-src https:\/\/helphero.co https:\/\/app.helphero.co",
    "background": {
        "persistent": true,
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "icons\/icon_disabled_16.png",
            "24": "icons\/icon_disabled_24.png",
            "32": "icons\/icon_disabled_32.png"
        },
        "default_title": "HelpHero Editor",
        "default_popup": "popup.html"
    },
    "icons": {
        "16": "icons\/icon_16.png",
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/app.helphero.co\/*"
        ]
    },
    "permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/app.helphero.co\/*",
        "tabs",
        "webNavigation",
        "webRequest",
        "webRequestBlocking",
        "storage",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/*\/*",
        "http:\/\/*\/*",
        "https:\/\/app.helphero.co\/*"
    ]
}