ServerHealers SysAdmin Tools

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

ServerHealers SysAdmin Toolsคืออะไร?

ServerHealers SysAdmin Tools เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://serverhealers.com และคุณลักษณะหลักของมันคือ "Chrome Extension for Web Hosting Support Staffs, Cloud and System Administrators. ( by ServerHealers )"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ServerHealers SysAdmin Tools

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

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

                        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"
}