TrackKnight

Email Tracking

TrackKnight là gì?

TrackKnight là một tiện ích mở rộng Chrome được phát triển bởi https://trackknight.com, và tính năng chính của nó là "Email Tracking".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng TrackKnight

Tải xuống các tệp mở rộng TrackKnight dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        In the marketing email or the drip campaign the marketers always feel curious to know more about the expected results. TrackKinght is a perfect email tracking tool to remove your curiosity and show you the result after hitting the send button. TrackKnight conveys you the details of events such as someone opened your email or clicked the links etc. It allows the sales person to plan the next step because you know the insides of your email. A quick review of your email insides will be available in your inbox or dashboards. TrackKnight actually facilitates the sales person to have complete follow-up of email sent by them and could improve their approach of hitting clients accordingly.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên TrackKnight TrackKnight
ID balmjdcnnebgpnhekolfdflfcfbadklh
URL Chính Thức https://chromewebstore.google.com/detail/trackknight/balmjdcnnebgpnhekolfdflfcfbadklh
Mô tả Email Tracking
Kích Thước Tệp 233 KB
Số Lần Cài Đặt 31
Phiên Bản Hiện Tại 3.3.7
Cập Nhật Lần Cuối 2017-09-22
Ngày Phát Hành 2017-09-22
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://trackknight.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://trackknight.com/
URL Trang Trợ Giúp https://trackknight.com/home/faq
URL Trang Chính Sách Bảo Mật https://trackknight.com/home/privacy_policy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "TrackKnight",
    "description": "Email Tracking",
    "version": "3.3.7",
    "icons": {
        "16": "icons\/icon.png"
    },
    "permissions": [
        "activeTab",
        "tabs",
        "",
        "webRequest",
        "webRequestBlocking"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "3rd-party-libs\/jquery-1.9.1.min.js",
                "3rd-party-libs\/socket.io.js",
                "3rd-party-libs\/moment.js",
                "3rd-party-libs\/moment.timezone.js",
                "3rd-party-libs\/linkify.min.js",
                "3rd-party-libs\/linkify-jquery.js",
                "elements\/airtrack-composer.js",
                "elements\/airtrack-log.js",
                "elements\/airtrack-events.js",
                "elements\/airtrack-singleton.js",
                "elements\/airtrack-search.js",
                "elements\/airtrack-badge.js",
                "elements\/airtrack-preferences.js",
                "elements\/airtrack-buttons.js",
                "elements\/airtrack-buttons-holder.js",
                "elements\/chrome-push-notifications.js",
                "elements\/airtrack-chart.js",
                "elements\/airtrack-tracking-menu.js",
                "elements\/airtrack-tracker.js",
                "elements\/airtrack-lungs.js",
                "elements\/airtrack.js",
                "elements\/airtrack-node-events.js",
                "3rd-party-libs\/high_chart.js",
                "3rd-party-libs\/bootstrap-switch.min.js",
                "3rd-party-libs\/base64.js",
                "automation\/com.js",
                "airtrackapi.js",
                "startup.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "background-services\/background.js"
        ]
    }
}