Domain Name Inspector
Get access to complete domain name footprints, age, appraisal, keywords, aftermarket, and other important domain name data.
Domain Name Inspectorคืออะไร?
Domain Name Inspector เป็นส่วนขยายของ Chrome ที่พัฒนาโดย NoCode Extensions และคุณลักษณะหลักของมันคือ "Get access to complete domain name footprints, age, appraisal, keywords, aftermarket, and other important domain name data."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Domain Name Inspector
ดาวน์โหลดไฟล์ส่วนขยาย Domain Name Inspector ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Get access to complete domain name footprints, age, appraisal, keywords, aftermarket, and other important domain name data.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | epfloiadmdbeljfodfjemppkljhohmln |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/domain-name-inspector/epfloiadmdbeljfodfjemppkljhohmln |
คำอธิบาย | Get access to complete domain name footprints, age, appraisal, keywords, aftermarket, and other important domain name data. |
ขนาดไฟล์ | 16.38 KB |
จำนวนการติดตั้ง | 63 |
เวอร์ชันปัจจุบัน | 1.1.0 |
อัปเดตครั้งล่าสุด | 2022-03-12 |
วันที่เผยแพร่ | 2021-10-17 |
คะแนน | 3.67/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | NoCode Extensions |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Domain Name Inspector", "version": "1.1.0", "icons": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "activeTab" ], "action": { "default_icon": { "16": "icon-16.png", "32": "icon-32.png", "48": "icon-48.png", "128": "icon-128.png" }, "default_title": "Domain Name Inspector", "default_popup": "popup\/html.html" } } |