Hitsteps Visitor Manager

Get your website analytics insight and get notified about updates and live support requests in your dashboard

Hitsteps Visitor Manager क्या है?

Hitsteps Visitor Manager https://www.hitsteps.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Get your website analytics insight and get notified about updates and live support requests in your dashboard"।

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

screenshot

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

crx प्रारूप में Hitsteps Visitor Manager एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Hitsteps visitor manager is a powerful real time visitor engagement tool. It allows you to view your visitors stream and follow each visitors to know more about each pages they see. It allow you to engage with your visitors using live chat tool. You'll be provided with detailed information about each visitor such as geolocation, their first visit on your site, referer to your site, their browser, OS and device and much more!

By using this extension, you will be able to receive your hitsteps dashboard notifications regarding Labels triggers and live chat requests without need to be on the website all the time. 

Hitsteps chrome extension runs in background and notify you whenever there is a new notification for labels and also whenever your visitor opened a live chat support ticket with you.                    

एक्सटेंशन की मूल जानकारी

नाम Hitsteps Visitor Manager Hitsteps Visitor Manager
ID faidpebiglhmilmbidibmepbhpojkkoc
आधिकारिक URL https://chromewebstore.google.com/detail/hitsteps-visitor-manager/faidpebiglhmilmbidibmepbhpojkkoc
विवरण Get your website analytics insight and get notified about updates and live support requests in your dashboard
फ़ाइल का आकार 1.25 MB
स्थापना संख्या 156
वर्तमान संस्करण 1.7.5
अंतिम अपडेट 2018-06-16
प्रकाशन तिथि 2018-06-16
रेटिंग 5.00/5 कुल 3 रेटिंग्स
डेवलपर https://www.hitsteps.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.hitsteps.com/
सहायता पृष्ठ URL http://www.hitsteps.com/support.php
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "author": "Armin Nikdel",
    "background": {
        "page": "background.html",
        "persistent": true
    },
    "browser_action": {
        "default_icon": {
            "48": "icon-48.png"
        },
        "default_popup": "popup.html",
        "default_title": "Hitsteps"
    },
    "homepage_url": "https:\/\/www.hitsteps.com",
    "default_locale": "en",
    "description": "Get your website analytics insight and get notified about updates and live support requests in your dashboard",
    "icons": {
        "16": "icon-16.png",
        "48": "icon-48.png",
        "128": "icon-128.png"
    },
    "manifest_version": 2,
    "name": "Hitsteps Visitor Manager",
    "short_name": "hitsteps",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "open_in_tab": true
    },
    "permissions": [
        "background",
        "notifications",
        "idle",
        "tabs",
        "http:\/\/*.hitsteps.com\/",
        "https:\/\/*.hitsteps.com\/"
    ],
    "version": "1.7.5",
    "incognito": "spanning",
    "web_accessible_resources": [
        "icon-48.png"
    ],
    "-ms-preload": {
        "backgroundScript": "backgroundScriptsAPIBridge.js",
        "contentScript": "contentScriptsAPIBridge.js"
    }
}