Control Panel Version Check
Check what version of cPanel or Plesk a control panel is powered by.
Control Panel Version Checkとは何ですか?
Control Panel Version CheckはWhite Fir Designによって開発されたChromeの拡張機能で、その主な機能は「Check what version of cPanel or Plesk a control panel is powered by.」です。
拡張機能のスクリーンショット
Control Panel Version Check拡張機能のCRXファイルをダウンロード
Control Panel Version Check拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
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.
拡張機能の基本情報
名前 | Control Panel Version Check |
ID | bkgcmmmkhfdobnaaepcgaojgikjilgml |
公式URL | https://chromewebstore.google.com/detail/control-panel-version-che/bkgcmmmkhfdobnaaepcgaojgikjilgml |
説明 | Check what version of cPanel or Plesk a control panel is powered by. |
ファイルサイズ | 15.15 KB |
インストール数 | 84 |
現在のバージョン | 1.0.9 |
最終更新日 | 2016-02-04 |
公開日 | 2016-02-04 |
評価 | 3.00/5 合計 2 レビュー |
開発者 | White Fir Design |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | http://www.whitefirdesign.com/control-panel-version-check?pk_campaign=CPVC-Chrome |
ヘルプページのURL | http://www.whitefirdesign.com/control-panel-version-check |
プライバシーポリシーページのURL | https://www.whitefirdesign.com/chrome-extension-privacy-policy.html |
対応言語 | 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 } |