Tech Tracker

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

什麼是Tech Tracker?

Tech Tracker是由https://techtracker.io開發的Chrome擴展程式,該擴展的主要功能是“Discover what technology powers a website. SaaS, Frameworks, Analytics Tools, Marketing Automation, Wordpress Plugins, etc.”。

擴展截圖

screenshot
screenshot

下載Tech Tracker擴展crx文件

下載Tech Tracker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}