ServerHealers SysAdmin Tools
Chrome Extension for Web Hosting Support Staffs, Cloud and System Administrators. ( by ServerHealers )
What is ServerHealers SysAdmin Tools?
ServerHealers SysAdmin Tools is a Chrome extension developed by https://serverhealers.com, and its main feature is "Chrome Extension for Web Hosting Support Staffs, Cloud and System Administrators. ( by ServerHealers )".
Extension Screenshots
Download ServerHealers SysAdmin Tools Extension CRX File
Download ServerHealers SysAdmin Tools extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | ServerHealers SysAdmin Tools |
ID | eogdfgnbobifjiebhcalcmaofkeponng |
Official URL | https://chromewebstore.google.com/detail/serverhealers-sysadmin-to/eogdfgnbobifjiebhcalcmaofkeponng |
Description | Chrome Extension for Web Hosting Support Staffs, Cloud and System Administrators. ( by ServerHealers ) |
File Size | 31.91 KB |
Installation Count | 901 |
Current Version | 3.1 |
Last Updated | 2021-04-17 |
Publish Date | 2017-08-19 |
Rating | 4.27/5 Total 11 Ratings |
Developer | https://serverhealers.com |
[email protected] | |
Payment Type | free |
Extension Website | https://serverhealers.com |
Help Page URL | https://serverhealers.com/contact-us |
Supported Languages | 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" } |