FrustratedTech - Server Admin Tool

Used to inspect the info about an IP or domain.

FrustratedTech - Server Admin Tool란 무엇입니까?

FrustratedTech - Server Admin Tool은(는) https://frustratedtech.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Used to inspect the info about an IP or domain."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

FrustratedTech - Server Admin Tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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\/"
    ]
}