Plugin Security Checker

Adds contextual menu item to WordPress Plugin Directory to allow access to checking plugins through the Plugin Security Checker.

Co to jest Plugin Security Checker?

Plugin Security Checker to rozszerzenie Chrome opracowane przez White Fir Design, a jego główną funkcją jest „Adds contextual menu item to WordPress Plugin Directory to allow access to checking plugins through the Plugin Security Checker.”.

Zrzuty ekranu rozszerzenia

screenshot

Pobierz plik CRX rozszerzenia Plugin Security Checker

Pobierz pliki rozszerzeń Plugin Security Checker 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

                        Provides quick access to checking WordPress plugins for possible security issues using the Plugin Security Checker, through a contextual menu item on Plugin Directory pages.                    

Podstawowe informacje o rozszerzeniu

Nazwa Plugin Security Checker Plugin Security Checker
ID daphallphnnkdhccaienfglopkobdkhb
Oficjalny URL https://chromewebstore.google.com/detail/plugin-security-checker/daphallphnnkdhccaienfglopkobdkhb
Opis Adds contextual menu item to WordPress Plugin Directory to allow access to checking plugins through the Plugin Security Checker.
Rozmiar pliku 8.37 KB
Liczba instalacji 45
Aktualna Wersja 1.0.0
Ostatnia Aktualizacja 2022-07-02
Data Publikacji 2022-07-02
Deweloper White Fir Design
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.pluginvulnerabilities.com/plugin-security-checker/?pk_campaign=Chrome
Adres URL Strony Polityki Prywatności https://www.whitefirdesign.com/chrome-extension-privacy-policy.html
Obsługiwane Języki en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Plugin Security Checker",
    "description": "Adds contextual menu item to WordPress Plugin Directory to allow access to checking plugins through the Plugin Security Checker.",
    "version": "1.0.0",
    "manifest_version": 3,
    "permissions": [
        "contextMenus"
    ],
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "homepage_url": "https:\/\/www.pluginvulnerabilities.com\/plugin-security-checker\/?pk_campaign=Chrome",
    "background": {
        "service_worker": "background.js"
    }
}