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에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Get your website analytics insight and get notified about updates and live support requests in your dashboard"입니다.

확장 프로그램 스크린샷

screenshot

Hitsteps Visitor Manager 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    }
}