Website Technology Checker by Snov.io

Identify site technologies with Snov.io Website Technology Checker.

Website Technology Checker by Snov.ioคืออะไร?

Website Technology Checker by Snov.io เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://snov.io และคุณลักษณะหลักของมันคือ "Identify site technologies with Snov.io Website Technology Checker."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Website Technology Checker by Snov.io

ดาวน์โหลดไฟล์ส่วนขยาย Website Technology Checker by Snov.io ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Identify site technologies with Snov.io Website Technology Checker.

🤔 How to tell what platform a website is using?
Simply install our website technology extension, launch it on the website you want and you will see a list of technologies used to build a website or an app. It detects CMS, marketing tools, e-commerce solutions, JavaScript libraries, media servers, dev tools and much more.

⭐ Snov.io Website Technology Checker is the best free web site profiler tool to find out what software a website uses. A great BuiltWith technology profiler alternative.

👉 Does not require a sign-up. You can create an account to use the extension with other Snov.io services and get additional information about the website, like contact emails of the person in charge of running a certain technology for this website. Find out more at https://snov.io 

💻 Snov.io Website Technology Checker also operates as a web service that finds websites based on the technologies they use for free. You can access this service right after installation with no sign-up necessary at https://app.snov.io/techcheck. In order to maintain the database of the technologies fresh, we gather the information about the technologies on all open tabs in your browser in the background, so you always see up-to-date data.

💜 Have any questions or aren't sure our technology extension is correctly displaying what's the site running on? 
Contact our Customer Care at [email protected].                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Website Technology Checker by Snov.io Website Technology Checker by Snov.io
ID phealodnoblgkcfbhpdebpihdbfmggpi
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/website-technology-checke/phealodnoblgkcfbhpdebpihdbfmggpi
คำอธิบาย Identify site technologies with Snov.io Website Technology Checker.
ขนาดไฟล์ 8.56 MB
จำนวนการติดตั้ง 34,168
เวอร์ชันปัจจุบัน 3.1.4
อัปเดตครั้งล่าสุด 2023-11-28
วันที่เผยแพร่ 2020-06-24
คะแนน 4.88/5 รวมทั้งหมด 333 คะแนน
ผู้พัฒนา https://snov.io
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://app.snov.io/register/techcheck
URL หน้าช่วยเหลือ http://snov.io/support.html
URL หน้านโยบายความเป็นส่วนตัว https://snov.io/privacy-policy.html
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Website Technology Checker by Snov.io",
    "short_name": "Snovio tech lookup",
    "author": "https:\/\/app.snov.io",
    "homepage_url": "https:\/\/app.snov.io\/techcheck",
    "description": "Identify site technologies with Snov.io Website Technology Checker.",
    "version": "3.1.4",
    "default_locale": "en",
    "manifest_version": 3,
    "icons": {
        "16": "icons\/icon_16.png",
        "19": "icons\/icon_19.png",
        "32": "icons\/icon_32.png",
        "38": "icons\/icon_38.png",
        "128": "icons\/icon_128.png"
    },
    "action": {
        "default_icon": {
            "16": "icons\/icon_16.png",
            "19": "icons\/icon_19.png",
            "32": "icons\/icon_32.png",
            "38": "icons\/icon_38.png",
            "128": "icons\/icon_128.png"
        },
        "default_title": "Snovio web technology checker",
        "default_popup": "popup.html"
    },
    "background": {
        "service_worker": "js\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "js\/lib\/iframe.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "js\/js.js",
                "js\/dom.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "cookies",
        "storage",
        "tabs",
        "webNavigation",
        "webRequest"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    }
}