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
公式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
Eメール [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"
    ]
}