Tech Tracker

Discover what technology powers a website. SaaS, Frameworks, Analytics Tools, Marketing Automation, Wordpress Plugins, etc.

Tech Tracker क्या है?

Tech Tracker https://techtracker.io द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Discover what technology powers a website. SaaS, Frameworks, Analytics Tools, Marketing Automation, Wordpress Plugins, etc."।

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

screenshot
screenshot

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

crx प्रारूप में Tech Tracker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        Find out what technologies the website you are visiting are using, with this extension. It is free to use enter any website such as Hubspot.com, Salesforce.com etc and press the extension so see the technologies they are using.

The Tech Tracker Chrome Extension lets you find out what technologies a website is built with by a simple click on the Tech Tracker icon!

Tech Tracker is a web site profiler tool. Upon looking up a page, Tech Tracker returns all the technologies it can find on the page and from Job Descriptions.                    

एक्सटेंशन की मूल जानकारी

नाम Tech Tracker Tech Tracker
ID nbekoghdcgbghendladilmceojdobdgl
आधिकारिक URL https://chromewebstore.google.com/detail/tech-tracker/nbekoghdcgbghendladilmceojdobdgl
विवरण Discover what technology powers a website. SaaS, Frameworks, Analytics Tools, Marketing Automation, Wordpress Plugins, etc.
फ़ाइल का आकार 261 KB
स्थापना संख्या 800
वर्तमान संस्करण 2.1.1
अंतिम अपडेट 2020-05-04
प्रकाशन तिथि 2020-05-04
रेटिंग 5.00/5 कुल 4 रेटिंग्स
डेवलपर https://techtracker.io
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://techtracker.io
सहायता पृष्ठ URL https://help.techtracker.io
गोपनीयता नीति पृष्ठ URL https://www.usedemand.com/privacy-policy
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Tech Tracker",
    "description": "Discover what technology powers a website. SaaS, Frameworks, Analytics Tools, Marketing Automation, Wordpress Plugins, etc.",
    "homepage_url": "https:\/\/techtracker.io\/?source=plugin",
    "default_locale": "en",
    "background": {
        "page": "background.html"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon_16.png",
            "32": "images\/icon_32.png"
        },
        "default_popup": "popup.html",
        "default_title": "Teck Tracker - click for more details"
    },
    "content_scripts": [
        {
            "js": [
                "js\/browser-polyfill.js",
                "js\/content.js",
                "js\/notification.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "run_at": "document_idle"
        }
    ],
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "120": "images\/icon_120.png",
        "16": "images\/icon_16.png",
        "32": "images\/icon_32.png"
    },
    "permissions": [
        "tabs",
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "2.1.1",
    "web_accessible_resources": [
        "js\/tt_env.js",
        "images\/*",
        "css\/notification.css"
    ]
}