Wappalyzer - Technology profiler
Identify web technologies
Wappalyzer - Technology profilerคืออะไร?
Wappalyzer - Technology profiler เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://wappalyzer.com และคุณลักษณะหลักของมันคือ "Identify web technologies"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Wappalyzer - Technology profiler
ดาวน์โหลดไฟล์ส่วนขยาย Wappalyzer - Technology profiler ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Wappalyzer is a technology profiler that shows you what websites are built with. Find out what CMS a website is using, as well as any framework, ecommerce platform, JavaScript libraries and many more. Wappalyzer is more than a CMS detector or framework detector: it uncovers more than a thousand technologies in dozens of categories such as programming languages, analytics, marketing tools, payment processors, CRM, CDN and others. Install Wappalyzer for Chrome to find out the technologies used on websites you visit at glance.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Wappalyzer - Technology profiler |
ID | gppongmhjkpfnbhagpmjfkannfbllamg |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/wappalyzer-technology-pro/gppongmhjkpfnbhagpmjfkannfbllamg |
คำอธิบาย | Identify web technologies |
ขนาดไฟล์ | 13.17 MB |
จำนวนการติดตั้ง | 2,636,124 |
เวอร์ชันปัจจุบัน | 6.10.68 |
อัปเดตครั้งล่าสุด | 2024-02-21 |
วันที่เผยแพร่ | 2020-06-16 |
คะแนน | 4.59/5 รวมทั้งหมด 1893 คะแนน |
ผู้พัฒนา | https://wappalyzer.com |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.wappalyzer.com |
URL หน้าช่วยเหลือ | https://www.wappalyzer.com |
URL หน้านโยบายความเป็นส่วนตัว | https://www.wappalyzer.com/privacy |
ภาษาที่รองรับ | id,de,en,fr,nl,vi,tr,ca,es,it,pl,pt-BR,ro,sk,el,ru,uk,fa,zh-CN,zh-TW,ja,ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Wappalyzer - Technology profiler", "short_name": "Wappalyzer", "author": "Wappalyzer", "homepage_url": "https:\/\/www.wappalyzer.com\/", "description": "Identify web technologies", "version": "6.10.68", "default_locale": "en", "manifest_version": 3, "icons": { "16": "images\/icon_16.png", "19": "images\/icon_19.png", "32": "images\/icon_32.png", "38": "images\/icon_38.png", "64": "images\/icon_64.png", "128": "images\/icon_128.png", "256": "images\/icon_256.png", "512": "images\/icon_512.png", "1024": "images\/icon_1024.png" }, "action": { "default_icon": { "16": "images\/icon_16.png", "19": "images\/icon_19.png", "32": "images\/icon_32.png", "38": "images\/icon_38.png", "64": "images\/icon_64.png", "128": "images\/icon_128.png", "256": "images\/icon_256.png", "512": "images\/icon_512.png", "1024": "images\/icon_1024.png" }, "default_title": "Wappalyzer", "default_popup": "html\/popup.html" }, "background": { "service_worker": "js\/background.js" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "js\/content.js" ], "run_at": "document_idle" } ], "web_accessible_resources": [ { "resources": [ "js\/js.js", "js\/dom.js" ], "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ] } ], "options_page": "html\/options.html", "permissions": [ "cookies", "storage", "tabs", "webRequest" ], "host_permissions": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "optional_permissions": [ "downloads" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "storage": { "managed_schema": "schema.json" } } |