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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Tackker is online keylogger tool that helps you log the keystrokes and other user data."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Tackker - online keylogger tool एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}