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 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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 |
이메일 | [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 } |