Tackker - online keylogger tool

Tackker is online keylogger tool that helps you log the keystrokes and other user data.

Tackker - online keylogger toolคืออะไร?

Tackker - online keylogger tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://tackker.com และคุณลักษณะหลักของมันคือ "Tackker is online keylogger tool that helps you log the keystrokes and other user data."

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

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Tackker - online keylogger tool

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

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

                        tackker is online keylogger tool that helps you log the keystrokes and other user data. It can be used for child monitoring as well as employee monitoring.
Tackker collects your click stream browsing activity - anonymously, for the purpose of analyzing and ensuring the keylogger is running smoothly.

tackker have made browser activity monitoring so easy. Monitor any browser activity by following these simple steps:

1) Install tackker on target system browser(s).
2) After installation, you will be directed to register/login (this part is important since without registering you can not see the logged data).
3) Once you are registered and the plugin is installed , simply monitor user activity from our online dashboard.                    

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

ชื่อ Tackker - online keylogger tool Tackker - online keylogger tool
ID ekpkdmohpdnebfedjjfklhpefgpgaaji
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/tackker-online-keylogger/ekpkdmohpdnebfedjjfklhpefgpgaaji
คำอธิบาย Tackker is online keylogger tool that helps you log the keystrokes and other user data.
ขนาดไฟล์ 161 KB
จำนวนการติดตั้ง 20,000
เวอร์ชันปัจจุบัน 1.3
อัปเดตครั้งล่าสุด 2023-10-06
วันที่เผยแพร่ 2020-10-01
คะแนน 4.03/5 รวมทั้งหมด 37 คะแนน
ผู้พัฒนา https://tackker.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.tackker.com
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Tackker - online keylogger tool",
    "description": "Tackker is online keylogger tool that helps you log the keystrokes and other user data.",
    "version": "1.3",
    "icons": {
        "128": "tackker-keylogger128.png",
        "48": "tackker-keylogger48.png",
        "16": "tackker-keylogger16.png"
    },
    "action": [],
    "background": {
        "service_worker": "back.js",
        "type": "module"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "jquery-3.5.0.min.js",
                "content.js"
            ]
        }
    ],
    "permissions": [
        "alarms",
        "tabs",
        "webRequest",
        "webNavigation",
        "scripting",
        "storage",
        "unlimitedStorage"
    ]
}