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 เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.hitsteps.com และคุณลักษณะหลักของมันคือ "Get your website analytics insight and get notified about updates and live support requests in your dashboard"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Hitsteps Visitor Manager

ดาวน์โหลดไฟล์ส่วนขยาย Hitsteps Visitor Manager ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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