Control Panel Version Check

Check what version of cPanel or Plesk a control panel is powered by.

Vad är Control Panel Version Check?

Control Panel Version Check är en Chrome-tillägg utvecklad av White Fir Design, och dess huvudfunktion är "Check what version of cPanel or Plesk a control panel is powered by.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Control Panel Version Check-förlängningens CRX-fil

Ladda ner Control Panel Version Check-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Control Panel Version Check Control Panel Version Check
ID bkgcmmmkhfdobnaaepcgaojgikjilgml
Officiell webbadress https://chromewebstore.google.com/detail/control-panel-version-che/bkgcmmmkhfdobnaaepcgaojgikjilgml
Beskrivning Check what version of cPanel or Plesk a control panel is powered by.
Filstorlek 15.15 KB
Antal Installationer 84
Aktuell Version 1.0.9
Senast Uppdaterad 2016-02-04
Publiceringsdatum 2016-02-04
Betyg 3.00/5 Totalt 2 Betyg
Utvecklare White Fir Design
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.whitefirdesign.com/control-panel-version-check?pk_campaign=CPVC-Chrome
Hjälpsida URL http://www.whitefirdesign.com/control-panel-version-check
URL till Sekretesspolicy Sidan https://www.whitefirdesign.com/chrome-extension-privacy-policy.html
Stödda Språk 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
}