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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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"
    ]
}