FrustratedTech - Server Admin Tool

Used to inspect the info about an IP or domain.

FrustratedTech - Server Admin Toolคืออะไร?

FrustratedTech - Server Admin Tool เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://frustratedtech.com และคุณลักษณะหลักของมันคือ "Used to inspect the info about an IP or domain."

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

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย FrustratedTech - Server Admin Tool

ดาวน์โหลดไฟล์ส่วนขยาย FrustratedTech - Server Admin Tool ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        This tool is used for server administrators to quickly view information about a domains DNS information. It will display your IP address, the domains IP address, hostname, nameservers, A records, MX records, and check if the mail server is blacklisted.

If you are in the web hosting profession or a server administrator of any kind, this app will help with quickly identifying what server a website is hosted on. 

This tool also includes a quick blacklist scanner for the main A record the domain is pointing to.  It will check the following blacklists to see if the IP is in fact listed:
bl.spamcop.net, cbl.abuseat.org, list.dsbl.org, b.barracudacentral.org, zen.spamhaus.org, dnsbl.sorbs.net

Furthermore, it will also provide quick access to the intoDNS and MX Toolbox services.

*** NEW ***
This plugin will now create a set of 5 random passwords for you. 3 are alphanumeric and 2 include special characters.

If you would like to see any added features please let me know. I'd also appreciate any reviews good or bad.

Changelog

Version 0.3
- Fixed issue with random password generation displaying properly.
- Added fetching animation (woof).

Version: 0.2
- Fixed intoDNS link to remove subdomains.
- Added random passwords for quick creation.
- Moved plugin to http://tools.frustratedtech.com domain to help with future development and additional plugin storage.

Version 0.1
- Initial release.                    

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

ชื่อ FrustratedTech - Server Admin Tool FrustratedTech - Server Admin Tool
ID mnkogfadjaloagkfdfhpkldblfljjhdk
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/frustratedtech-server-adm/mnkogfadjaloagkfdfhpkldblfljjhdk
คำอธิบาย Used to inspect the info about an IP or domain.
ขนาดไฟล์ 58.6 KB
จำนวนการติดตั้ง 339
เวอร์ชันปัจจุบัน 0.3
อัปเดตครั้งล่าสุด 2014-07-11
วันที่เผยแพร่ 2014-07-10
คะแนน 3.80/5 รวมทั้งหมด 5 คะแนน
ผู้พัฒนา https://frustratedtech.com
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย http://frustratedtech.com/
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "FrustratedTech - Server Admin Tool",
    "manifest_version": 2,
    "version": "0.3",
    "description": "Used to inspect the info about an IP or domain.",
    "icons": {
        "128": "icon_128x128.png",
        "16": "icon_16x16.png",
        "48": "icon_48x48.png"
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_title": "Server Admin Tool",
        "default_popup": "popup.html"
    },
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "permissions": [
        "tabs",
        "http:\/\/tools.frustratedtech.com\/"
    ]
}