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 White Fir Design द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds contextual menu item to WordPress Plugin Directory to allow access to checking plugins through the Plugin Security Checker."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Plugin Security Checker एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
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" } } |