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."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Control Panel Version Check

ดาวน์โหลดไฟล์ส่วนขยาย 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 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
}