Control Panel Version Check
Check what version of cPanel or Plesk a control panel is powered by.
Qu'est-ce que Control Panel Version Check ?
Control Panel Version Check est une extension Chrome développée par White Fir Design, et sa fonction principale est "Check what version of cPanel or Plesk a control panel is powered by.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Control Panel Version Check
Téléchargez les fichiers d'extension Control Panel Version Check au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | Control Panel Version Check |
ID | bkgcmmmkhfdobnaaepcgaojgikjilgml |
URL Officiel | https://chromewebstore.google.com/detail/control-panel-version-che/bkgcmmmkhfdobnaaepcgaojgikjilgml |
Description | Check what version of cPanel or Plesk a control panel is powered by. |
Taille du Fichier | 15.15 KB |
Nombre d'Installations | 84 |
Version Actuelle | 1.0.9 |
Dernière Mise à Jour | 2016-02-04 |
Date de Publication | 2016-02-04 |
Évaluation | 3.00/5 Total 2 Évaluations |
Développeur | White Fir Design |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | http://www.whitefirdesign.com/control-panel-version-check?pk_campaign=CPVC-Chrome |
URL de la Page d'Aide | http://www.whitefirdesign.com/control-panel-version-check |
URL de la Page de Politique de Confidentialité | https://www.whitefirdesign.com/chrome-extension-privacy-policy.html |
Langues Prises en Charge | 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 } |