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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Check what version of cPanel or Plesk a control panel is powered by."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Control Panel Version Check एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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 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
}