Control Panel Version Check
Check what version of cPanel or Plesk a control panel is powered by.
What is Control Panel Version Check?
Control Panel Version Check is a Chrome extension developed by White Fir Design, and its main feature is "Check what version of cPanel or Plesk a control panel is powered by.".
Extension Screenshots
Download Control Panel Version Check Extension CRX File
Download Control Panel Version Check 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
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.
Extension Basic Information
Name | Control Panel Version Check |
ID | bkgcmmmkhfdobnaaepcgaojgikjilgml |
Official URL | https://chromewebstore.google.com/detail/control-panel-version-che/bkgcmmmkhfdobnaaepcgaojgikjilgml |
Description | Check what version of cPanel or Plesk a control panel is powered by. |
File Size | 15.15 KB |
Installation Count | 84 |
Current Version | 1.0.9 |
Last Updated | 2016-02-04 |
Publish Date | 2016-02-04 |
Rating | 3.00/5 Total 2 Ratings |
Developer | White Fir Design |
[email protected] | |
Payment Type | free |
Extension Website | http://www.whitefirdesign.com/control-panel-version-check?pk_campaign=CPVC-Chrome |
Help Page URL | http://www.whitefirdesign.com/control-panel-version-check |
Privacy Policy Page URL | https://www.whitefirdesign.com/chrome-extension-privacy-policy.html |
Supported Languages | 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 } |