Control Panel Version Check

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

Co to jest Control Panel Version Check?

Control Panel Version Check to rozszerzenie Chrome opracowane przez White Fir Design, a jego główną funkcją jest „Check what version of cPanel or Plesk a control panel is powered by.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Control Panel Version Check

Pobierz pliki rozszerzeń Control Panel Version Check w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Control Panel Version Check Control Panel Version Check
ID bkgcmmmkhfdobnaaepcgaojgikjilgml
Oficjalny URL https://chromewebstore.google.com/detail/control-panel-version-che/bkgcmmmkhfdobnaaepcgaojgikjilgml
Opis Check what version of cPanel or Plesk a control panel is powered by.
Rozmiar pliku 15.15 KB
Liczba instalacji 84
Aktualna Wersja 1.0.9
Ostatnia Aktualizacja 2016-02-04
Data Publikacji 2016-02-04
Ocena 3.00/5 Łącznie 2 Oceny
Deweloper White Fir Design
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia http://www.whitefirdesign.com/control-panel-version-check?pk_campaign=CPVC-Chrome
Adres URL Strony Pomocy http://www.whitefirdesign.com/control-panel-version-check
Adres URL Strony Polityki Prywatności https://www.whitefirdesign.com/chrome-extension-privacy-policy.html
Obsługiwane Języki 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
}