WPSecurity - WordPress Vulnerability Scanner
WordPress Vulnerability Scanner - Scan for vulnerabilities, version, themes, plugins and much more!
Τι είναι το WPSecurity - WordPress Vulnerability Scanner;
Το WPSecurity - WordPress Vulnerability Scanner είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον wordpresswebers, και η κύρια λειτουργία του είναι "WordPress Vulnerability Scanner - Scan for vulnerabilities, version, themes, plugins and much more!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης WPSecurity - WordPress Vulnerability Scanner
Λήψη αρχείων επέκτασης WPSecurity - WordPress Vulnerability Scanner σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
WordPress Vulnerability Scanner - Scan for vulnerabilities, version, themes, plugins and much more! WPsecurity allows you to scan self hosted WordPress sites. With WPsecurity you can detect the following: • Version • Version vulnerabilities • Plugins • Themes • Users and much more! This plugins allows users to identify weaknesses and loopholes in their website and correct them. Hence, forming a part of identification of build problems within the wordpress website. Although WPsecurity is designed for self hosted (wordpress.org) WordPress sites, some of it's functionalities still work for sites hosted on wordpress.com. DISCLAIMER: Usage of this extension without prior mutual consent can be considered as an illegal activity. It is the final user's responsibility to obey all applicable local, state and federal laws. Authors assume no liability and are not responsible for any misuse or damage caused by this program.
Βασικές Πληροφορίες Επέκτασης
Όνομα | WPSecurity - WordPress Vulnerability Scanner |
ID | fjpcnacjhlajeobikegbgeeelokemgdf |
Επίσημο URL | https://chromewebstore.google.com/detail/wpsecurity-wordpress-vuln/fjpcnacjhlajeobikegbgeeelokemgdf |
Περιγραφή | WordPress Vulnerability Scanner - Scan for vulnerabilities, version, themes, plugins and much more! |
Μέγεθος Αρχείου | 206 KB |
Αριθμός Εγκαταστάσεων | 320 |
Τρέχουσα Έκδοση | 1.8 |
Τελευταία Ενημέρωση | 2021-12-30 |
Ημερομηνία Δημοσίευσης | 2021-12-30 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | wordpresswebers |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://wordpresswebers.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://wordpresswebers.com/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://wordpresswebers.com/privacy-policy |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "WPSecurity - WordPress Vulnerability Scanner", "author": "WordPress Weberss", "version": "1.8", "description": "WordPress Vulnerability Scanner - Scan for vulnerabilities, version, themes, plugins and much more!", "manifest_version": 2, "icons": { "16": "images\/logo_16.png", "32": "images\/logo_32.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" }, "background": { "page": "html\/background.html" }, "page_action": { "default_popup": "html\/popup.html", "default_title": "WPSecurity - WordPress Scanner", "default_icon": { "16": "images\/logo_16.png", "32": "images\/logo_32.png", "48": "images\/logo_48.png", "128": "images\/logo_128.png" } }, "permissions": [ "tabs", "https:\/\/*\/*", "http:\/\/*\/*" ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "content_scripts": [ { "matches": [ "*:\/\/*\/*" ], "js": [ "js\/content.js", "js\/include.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ "resources\/Quicksand-Regular.ttf" ] } |