ServerHealers SysAdmin Tools
Chrome Extension for Web Hosting Support Staffs, Cloud and System Administrators. ( by ServerHealers )
Co to jest ServerHealers SysAdmin Tools?
ServerHealers SysAdmin Tools to rozszerzenie Chrome opracowane przez https://serverhealers.com, a jego główną funkcją jest „Chrome Extension for Web Hosting Support Staffs, Cloud and System Administrators. ( by ServerHealers )”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia ServerHealers SysAdmin Tools
Pobierz pliki rozszerzeń ServerHealers SysAdmin Tools w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | ServerHealers SysAdmin Tools |
ID | eogdfgnbobifjiebhcalcmaofkeponng |
Oficjalny URL | https://chromewebstore.google.com/detail/serverhealers-sysadmin-to/eogdfgnbobifjiebhcalcmaofkeponng |
Opis | Chrome Extension for Web Hosting Support Staffs, Cloud and System Administrators. ( by ServerHealers ) |
Rozmiar pliku | 31.91 KB |
Liczba instalacji | 901 |
Aktualna Wersja | 3.1 |
Ostatnia Aktualizacja | 2021-04-17 |
Data Publikacji | 2017-08-19 |
Ocena | 4.27/5 Łącznie 11 Oceny |
Deweloper | https://serverhealers.com |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://serverhealers.com |
Adres URL Strony Pomocy | https://serverhealers.com/contact-us |
Obsługiwane Języki | 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" } |