Technology Profiler by SimplyTrends.co

Reveal what websites are built with.

Technology Profiler by SimplyTrends.co란 무엇입니까?

Technology Profiler by SimplyTrends.co은(는) https://simplytrends.co에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Reveal what websites are built with."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Technology Profiler by SimplyTrends.co 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Technology Profiler — Uncovers the technology used on any website, to easily understand how the website works, and 
Everything in this Chrome extension is FREE, proudly presented by SimplyTrends. 

What is Technology Profiler
SimplyTrends' Technology Profiler is the handiest website profiler tool to find out what technology a website uses. Ecommerce solutions, analytics tools, marketing instruments, frameworks, CRMs, dev tools—you name it.
It's the best technology profiler, a much better alternative to BuiltWith, offering ecommerce specific features like Shopify app detection. And it's absolutely FREE!

Why Technology Profiler
It's simple, accurate and all-inclusive.
✅ Check out the technology used on ANY website.
✅ Detect 100+ technology types.
✅ The most powerful Shopify app detector on the market, identifying almost all Shopify apps used on any Shopify website, which makes it distinguished from other website profiler tools like Wappalyzer and What runs.
✅ Uncovers the theme of a Shopify website uses.
✅ View all technology stacks in one place with clear classification.

How to Use Technology Profiler
☝️ Install the Chrome Extension.
✌️ Sign up SimplyTrends account for free.
👌 Open any website you are interested in.
🙌  Click on our extension icon to see all the technologies used on the website.

Got a Question?
We are always here to help, simply reach out to us at [email protected].                    

확장 프로그램 기본 정보

이름 Technology Profiler by SimplyTrends.co Technology Profiler by SimplyTrends.co
ID hmfdjlcpjdkbebjlkpmammmcipfdgpjh
공식 URL https://chromewebstore.google.com/detail/technology-profiler-by-si/hmfdjlcpjdkbebjlkpmammmcipfdgpjh
설명 Reveal what websites are built with.
파일 크기 563 KB
설치 횟수 104
현재 버전 0.0.0.1
최근 업데이트 2022-09-25
출시 날짜 2022-09-25
평점 1.00/5 총 1 개의 평점
개발자 https://simplytrends.co
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.simplytrends.co
개인정보 보호 정책 페이지 URL https://www.simplytrends.co/privacy
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "short_name": "TechProfiler",
    "name": "Technology Profiler by SimplyTrends.co",
    "description": "Reveal what websites are built with.",
    "version": "0.0.0.1",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "images\/icon16.png",
        "32": "images\/icon32.png",
        "48": "images\/icon48.png",
        "128": "images\/icon128.png"
    },
    "action": [],
    "permissions": [
        "scripting",
        "storage",
        "management",
        "webRequest",
        "cookies"
    ],
    "host_permissions": [
        "*:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "run_at": "document_start",
            "js": [
                "contentscript.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.simplytrends.co\/crx\/*"
            ],
            "run_at": "document_start",
            "all_frames": true,
            "js": [
                "simplytrends.js"
            ]
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "simplytrends.js",
                "entry.js",
                "windowscript.js",
                "contentscript.js",
                "images\/*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}