Experrto.io — interface navigator

Experrto is an interactive and personalized explorer, assistant, and web-service navigator.

什么是Experrto.io — interface navigator?

Experrto.io — interface navigator是由https://experrto.io开发的Chrome扩展程序,该扩展的主要功能是“Experrto is an interactive and personalized explorer, assistant, and web-service navigator.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Experrto.io — interface navigator扩展crx文件

下载Experrto.io — interface navigator扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        With Experrto you can:

- Create guides / product tours / walkthroughs to reveal the value of your product to your users as soon as possible and make them purchase it, increasing your active customer base.
- Apply segmentation: help new users to get used and engaged with your web-service and tell your active base about new features and functionality, thereby reducing the churn rate.
- Customize the appearance and behavior of your tooltips starting with the design of the text and ending with the conditions of the show, using the handy toolbar.
- Analyze how the product tours are used and improve it to increase the product usability.

Teach the user to interact with your product by setting up the Experrto interface navigator without a designer and coder.                    

扩展基本信息

名称 Experrto.io — interface navigator Experrto.io — interface navigator
ID gnfiinkbbdodmocggikncncjhnkbkkkp
官方URL https://chromewebstore.google.com/detail/experrtoio-—-навигатор-ин/gnfiinkbbdodmocggikncncjhnkbkkkp?hl=en
简介 Experrto is an interactive and personalized explorer, assistant, and web-service navigator.
文件大小 430 KB
安装次数 376
当前版本 ver-3000-7-272 210521f7
更新时间 2022-02-25
上架时间 2020-06-29
评分 4.89/5 共9次评分
开发者 https://experrto.io
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://experrto.io/privacy
支持的语言 en,ru
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_ext_name__",
    "description": "__MSG_ext_description__",
    "version": "3000.7.272",
    "version_name": "ver-3000-7-272 210521f7",
    "default_locale": "ru",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "background": {
        "service_worker": "bg-loader.js"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "dist\/content.js",
                "dist\/experrto.js",
                "dist\/omnidesk.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage",
        "activeTab",
        "notifications",
        "webNavigation",
        "scripting"
    ],
    "optional_permissions": [],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "action": {
        "name": "Xrt guide constructor"
    },
    "options_ui": {
        "page": "dist\/options\/options.html",
        "open_in_tab": false
    },
    "content_security_policy": {
        "script-src": "self",
        "object-src": "self"
    }
}