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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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"
    }
}