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文件

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