Control Panel Version Check
Check what version of cPanel or Plesk a control panel is powered by.
O que é Control Panel Version Check?
Control Panel Version Check é uma extensão do Chrome desenvolvida por White Fir Design, e sua principal característica é "Check what version of cPanel or Plesk a control panel is powered by.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Control Panel Version Check
Baixe arquivos de extensão Control Panel Version Check no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Control Panel Version Check |
ID | bkgcmmmkhfdobnaaepcgaojgikjilgml |
URL Oficial | https://chromewebstore.google.com/detail/control-panel-version-che/bkgcmmmkhfdobnaaepcgaojgikjilgml |
Descrição | Check what version of cPanel or Plesk a control panel is powered by. |
Tamanho do Arquivo | 15.15 KB |
Contagem de Instalações | 84 |
Versão Atual | 1.0.9 |
Última Atualização | 2016-02-04 |
Data de Publicação | 2016-02-04 |
Classificação | 3.00/5 Total de 2 Avaliações |
Desenvolvedor | White Fir Design |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | http://www.whitefirdesign.com/control-panel-version-check?pk_campaign=CPVC-Chrome |
URL da Página de Ajuda | http://www.whitefirdesign.com/control-panel-version-check |
URL da Página de Política de Privacidade | https://www.whitefirdesign.com/chrome-extension-privacy-policy.html |
Idiomas Suportados | 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 } |