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 هو إضافة Chrome تم تطويرها بواسطة White Fir Design، والميزة الرئيسية لها هي "Check what version of cPanel or Plesk a control panel is powered by.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Control Panel Version Check
قم بتنزيل ملفات الامتداد Control Panel Version Check بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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 |
عنوان صفحة المساعدة | http://www.whitefirdesign.com/control-panel-version-check |
عنوان صفحة سياسة الخصوصية | 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 } |