Control Panel Version Check
Check what version of cPanel or Plesk a control panel is powered by.
Control Panel Version Check là gì?
Control Panel Version Check là một tiện ích mở rộng Chrome được phát triển bởi White Fir Design, và tính năng chính của nó là "Check what version of cPanel or Plesk a control panel is powered by.".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Control Panel Version Check
Tải xuống các tệp mở rộng Control Panel Version Check dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Control Panel Version Check |
ID | bkgcmmmkhfdobnaaepcgaojgikjilgml |
URL Chính Thức | https://chromewebstore.google.com/detail/control-panel-version-che/bkgcmmmkhfdobnaaepcgaojgikjilgml |
Mô tả | Check what version of cPanel or Plesk a control panel is powered by. |
Kích Thước Tệp | 15.15 KB |
Số Lần Cài Đặt | 84 |
Phiên Bản Hiện Tại | 1.0.9 |
Cập Nhật Lần Cuối | 2016-02-04 |
Ngày Phát Hành | 2016-02-04 |
Đánh Giá | 3.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | White Fir Design |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://www.whitefirdesign.com/control-panel-version-check?pk_campaign=CPVC-Chrome |
URL Trang Trợ Giúp | http://www.whitefirdesign.com/control-panel-version-check |
URL Trang Chính Sách Bảo Mật | https://www.whitefirdesign.com/chrome-extension-privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | 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 } |