HelpHero Editor

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

HelpHero Editor란 무엇입니까?

HelpHero Editor은(는) https://helphero.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Create and edit interactive product tours right inside your web app."입니다.

확장 프로그램 스크린샷

screenshot

HelpHero Editor 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}