Plugin Security Checker

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

Τι είναι το Plugin Security Checker;

Το Plugin Security Checker είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον White Fir Design, και η κύρια λειτουργία του είναι "Adds contextual menu item to WordPress Plugin Directory to allow access to checking plugins through the Plugin Security Checker.".

Στιγμιότυπα Επέκτασης

screenshot

Λήψη αρχείου CRX της επέκτασης Plugin Security Checker

Λήψη αρχείων επέκτασης Plugin Security Checker σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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.                    

Βασικές Πληροφορίες Επέκτασης

Όνομα Plugin Security Checker Plugin Security Checker
ID daphallphnnkdhccaienfglopkobdkhb
Επίσημο URL https://chromewebstore.google.com/detail/plugin-security-checker/daphallphnnkdhccaienfglopkobdkhb
Περιγραφή Adds contextual menu item to WordPress Plugin Directory to allow access to checking plugins through the Plugin Security Checker.
Μέγεθος Αρχείου 8.37 KB
Αριθμός Εγκαταστάσεων 45
Τρέχουσα Έκδοση 1.0.0
Τελευταία Ενημέρωση 2022-07-02
Ημερομηνία Δημοσίευσης 2022-07-02
Προγραμματιστής White Fir Design
Ηλεκτρονικό ταχυδρομείο [email protected]
Τύπος Πληρωμής free
Ιστότοπος Επέκτασης https://www.pluginvulnerabilities.com/plugin-security-checker/?pk_campaign=Chrome
URL της Σελίδας Πολιτικής Απορρήτου https://www.whitefirdesign.com/chrome-extension-privacy-policy.html
Υποστηριζόμενες Γλώσσες 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"
    }
}