Control Panel Version Check
Check what version of cPanel or Plesk a control panel is powered by.
Cos'è Control Panel Version Check?
Control Panel Version Check è un'estensione di Chrome sviluppata da White Fir Design, e la sua funzione principale è "Check what version of cPanel or Plesk a control panel is powered by.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Control Panel Version Check
Scarica i file di estensione Control Panel Version Check in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Checks if control panels are powered by cPanel or Plesk, what version they are running, and indicates if the version in use is outdated. Recent Changes 1.0.9: Updated for EOL of cPanel 11.48. 1.0.8: Updated for EOL of cPanel 11.46. 1.0.7: Updated for EOL of cPanel 11.44. Updated for EOL of Plesk 10.
Informazioni di Base sull'Estensione
Nome | Control Panel Version Check |
ID | bkgcmmmkhfdobnaaepcgaojgikjilgml |
URL Ufficiale | https://chromewebstore.google.com/detail/control-panel-version-che/bkgcmmmkhfdobnaaepcgaojgikjilgml |
Descrizione | Check what version of cPanel or Plesk a control panel is powered by. |
Dimensione del File | 15.15 KB |
Conteggio Installazioni | 84 |
Versione Corrente | 1.0.9 |
Ultimo Aggiornamento | 2016-02-04 |
Data di Pubblicazione | 2016-02-04 |
Valutazione | 3.00/5 Totale 2 Valutazioni |
Sviluppatore | White Fir Design |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | http://www.whitefirdesign.com/control-panel-version-check?pk_campaign=CPVC-Chrome |
URL della Pagina di Aiuto | http://www.whitefirdesign.com/control-panel-version-check |
URL della Pagina della Politica sulla Privacy | https://www.whitefirdesign.com/chrome-extension-privacy-policy.html |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Control Panel Version Check", "description": "__MSG_extension_description__", "version": "1.0.9", "manifest_version": 2, "default_locale": "en", "background": { "scripts": [ "background.js" ], "persistent": false }, "page_action": { "default_title": "Control Panel Version Check" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content-script.js" ], "run_at": "document_idle", "all_frames": false } ], "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "homepage_url": "http:\/\/www.whitefirdesign.com\/control-panel-version-check?pk_campaign=CPVC-Chrome", "offline_enabled": true } |