TrackKnight

Email Tracking

TrackKnightคืออะไร?

TrackKnight เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://trackknight.com และคุณลักษณะหลักของมันคือ "Email Tracking"

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

screenshot

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

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

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

                        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.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ TrackKnight TrackKnight
ID balmjdcnnebgpnhekolfdflfcfbadklh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/trackknight/balmjdcnnebgpnhekolfdflfcfbadklh
คำอธิบาย Email Tracking
ขนาดไฟล์ 233 KB
จำนวนการติดตั้ง 31
เวอร์ชันปัจจุบัน 3.3.7
อัปเดตครั้งล่าสุด 2017-09-22
วันที่เผยแพร่ 2017-09-22
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา https://trackknight.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://trackknight.com/
URL หน้าช่วยเหลือ https://trackknight.com/home/faq
URL หน้านโยบายความเป็นส่วนตัว https://trackknight.com/home/privacy_policy
ภาษาที่รองรับ 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"
        ]
    }
}