Tackker - online keylogger tool

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

Vad är Tackker - online keylogger tool?

Tackker - online keylogger tool är en Chrome-tillägg utvecklad av https://tackker.com, och dess huvudfunktion är "Tackker is online keylogger tool that helps you log the keystrokes and other user data.".

Tilläggsskärmbilder

screenshot
screenshot
screenshot
screenshot

Ladda ner Tackker - online keylogger tool-förlängningens CRX-fil

Ladda ner Tackker - online keylogger tool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Tackker - online keylogger tool Tackker - online keylogger tool
ID ekpkdmohpdnebfedjjfklhpefgpgaaji
Officiell webbadress https://chromewebstore.google.com/detail/tackker-online-keylogger/ekpkdmohpdnebfedjjfklhpefgpgaaji
Beskrivning Tackker is online keylogger tool that helps you log the keystrokes and other user data.
Filstorlek 161 KB
Antal Installationer 20,000
Aktuell Version 1.3
Senast Uppdaterad 2023-10-06
Publiceringsdatum 2020-10-01
Betyg 4.03/5 Totalt 37 Betyg
Utvecklare https://tackker.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.tackker.com
Stödda Språk 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"
    ]
}