ServerHealers SysAdmin Tools

Chrome Extension for Web Hosting Support Staffs, Cloud and System Administrators. ( by ServerHealers )

ServerHealers SysAdmin Tools란 무엇입니까?

ServerHealers SysAdmin Tools은(는) https://serverhealers.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Chrome Extension for Web Hosting Support Staffs, Cloud and System Administrators. ( by ServerHealers )"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

ServerHealers SysAdmin Tools 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        ServerHealers ( https://serverhealers.com ) is an outsourced web hosting support, cloud and server management company. We developed this chrome extension for system engineers to save time and make the admin tasks easy.
We were using this in-house but made it public to help save time for system admins and support staffs around the world.

How to use? :
1) Install the plugin. 
2) Select the IP / Domain name.
3) Right click >> ServerHealers SysAdmin Tools >> Choose the option.

Note: Extension will only appear in right-click menu after you select a search query. ( IP / Domain name ) All other times it will be hidden.


Available Options :

★ Domain Details
    * Domain WhoIs Lookup
    * intoDNS Check
    * DNS Propagation Check
    * Alexa Rank
    * DNS Lookup for IP
    * SPF Lookup

★ IP Details
    * Reverse DNS Lookup
    * IP WhoIs Lookup
    * IP Geo Lookup

★ Diagnostics
    * Ping Check
    * Traceroute Check
    * BlackList Check

★ WHM/cPanel Logins
    * WHM Login
    * cPanel Login
    * Webmail Login
    * cPanel - phpMyAdmin
    * WHM - phpMyAdmin
    * cPanel/WHM License Check

★ Plesk Logins
    * Plesk Login
    * Plesk Webmail

★ DirectAdmin Logins
    * DirectAdmin Login
    * DirectAdmin Webmail
    * DireactAdmin phpMyAdmin

★ CMS Admin Login
    * WordPress Login
    * Joomla Login
    * Drupal Login
    * OpenCart Login
    * Magento Login

★ SSL Test
    * SSL Checker
    * SSL Grade Check

★ Speed Test
    * Google PageSpeed Insights
    * GTmetrix Test
    * WebPageTest.Org Test


Please do let us know if you have any suggestions or need us to add any new options - https://serverhealers.com/contact-us                    

확장 프로그램 기본 정보

이름 ServerHealers SysAdmin Tools ServerHealers SysAdmin Tools
ID eogdfgnbobifjiebhcalcmaofkeponng
공식 URL https://chromewebstore.google.com/detail/serverhealers-sysadmin-to/eogdfgnbobifjiebhcalcmaofkeponng
설명 Chrome Extension for Web Hosting Support Staffs, Cloud and System Administrators. ( by ServerHealers )
파일 크기 31.91 KB
설치 횟수 901
현재 버전 3.1
최근 업데이트 2021-04-17
출시 날짜 2017-08-19
평점 4.27/5 총 11 개의 평점
개발자 https://serverhealers.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://serverhealers.com
도움말 페이지 URL https://serverhealers.com/contact-us
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "shcode.js"
        ]
    },
    "description": "Chrome Extension for Web Hosting Support Staffs, Cloud and System Administrators. ( by ServerHealers )",
    "icons": {
        "16": "ServerHealers_SysAdmin_Tools_16.png",
        "48": "ServerHealers_SysAdmin_Tools_48.png",
        "128": "ServerHealers_SysAdmin_Tools_128.png"
    },
    "minimum_chrome_version": "7",
    "name": "ServerHealers SysAdmin Tools",
    "permissions": [
        "contextMenus"
    ],
    "version": "3.1"
}