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
公式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
Eメール [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"
    ]
}