InspectWP - WordPress Theme & Plugin Detector
InspectWP is a website or WordPress analysis tool, including WordPress theme and plugin detector.
Cos'è InspectWP - WordPress Theme & Plugin Detector?
InspectWP - WordPress Theme & Plugin Detector è un'estensione di Chrome sviluppata da https://inspectwp.com, e la sua funzione principale è "InspectWP is a website or WordPress analysis tool, including WordPress theme and plugin detector.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione InspectWP - WordPress Theme & Plugin Detector
Scarica i file di estensione InspectWP - WordPress Theme & Plugin Detector in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
InspectWP is a free website or WordPress analysis tool in combination with a WordPress theme and plugin detector. The WordPress Theme/Plugin Detector can detect the installed WordPress themes and WordPress plugins on the website you are currently viewing. In addition, InspectWP can function as a XML Sitemap Detector, Tool Detector, Google Fonts Detector, IP Address Detector, GDPR Check, Security Check and basic SEO check.
Informazioni di Base sull'Estensione
Nome | InspectWP - WordPress Theme & Plugin Detector |
ID | pbciakaihcalifbckgoemgofkajkhbfo |
URL Ufficiale | https://chromewebstore.google.com/detail/inspectwp-wordpress-theme/pbciakaihcalifbckgoemgofkajkhbfo |
Descrizione | InspectWP is a website or WordPress analysis tool, including WordPress theme and plugin detector. |
Dimensione del File | 34.02 KB |
Conteggio Installazioni | 392 |
Versione Corrente | 1.0 |
Ultimo Aggiornamento | 2023-05-01 |
Data di Pubblicazione | 2023-04-28 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | https://inspectwp.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://inspectwp.com/en |
URL della Pagina di Aiuto | https://inspectwp.com/en/feedback |
URL della Pagina della Politica sulla Privacy | https://inspectwp.com/en/privacy-policy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "InspectWP - WordPress Theme & Plugin Detector", "version": "1.0", "description": "InspectWP is a website or WordPress analysis tool, including WordPress theme and plugin detector.", "homepage_url": "https:\/\/inspectwp.com\/en", "author": { "email": "[email protected]" }, "icons": { "16": "images\/icon-16.png", "32": "images\/icon-32.png", "48": "images\/icon-48.png", "128": "images\/icon-128.png" }, "action": { "default_popup": "popup.html" }, "permissions": [ "activeTab", "storage" ], "host_permissions": [ "https:\/\/inspectwp.com\/" ] } |