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是由https://tackker.com開發的Chrome擴展程式,該擴展的主要功能是“Tackker is online keylogger tool that helps you log the keystrokes and other user data.”。

擴展截圖

screenshot
screenshot
screenshot
screenshot

下載Tackker - online keylogger tool擴展crx文件

下載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
官方網址 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"
    ]
}