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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Experrto is an interactive and personalized explorer, assistant, and web-service navigator."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Experrto.io — interface navigator एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    }
}