SEOTesting
On-Page SEO, and SEOTesting.com Test Information (Current Page Queries and Test Status)
Cos'è SEOTesting?
SEOTesting è un'estensione di Chrome sviluppata da https://seotesting.com, e la sua funzione principale è "On-Page SEO, and SEOTesting.com Test Information (Current Page Queries and Test Status)".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SEOTesting
Scarica i file di estensione SEOTesting 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
The SEOTesting Chrome Extension makes it easy to see On-Page SEO Information for your website page. With a SEOTesting Account, you can see the Page Queries the current page ranks for and other information from the Google Search Console. We have now made it even easier to see your Google Search Console URL Inspection information right inside the extension. You can also check to see how your SEOTesting.com Tests are performing.
Informazioni di Base sull'Estensione
Nome | SEOTesting |
ID | ddaafpdingninkjhagcfjmlmmofglnfl |
URL Ufficiale | https://chromewebstore.google.com/detail/seotesting/ddaafpdingninkjhagcfjmlmmofglnfl |
Descrizione | On-Page SEO, and SEOTesting.com Test Information (Current Page Queries and Test Status) |
Dimensione del File | 1.56 MB |
Conteggio Installazioni | 1,742 |
Versione Corrente | 1.3.4 |
Ultimo Aggiornamento | 2023-06-02 |
Data di Pubblicazione | 2021-12-08 |
Valutazione | 4.33/5 Totale 6 Valutazioni |
Sviluppatore | https://seotesting.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://seotesting.com |
URL della Pagina di Aiuto | https://seotesting.com/support/ |
URL della Pagina della Politica sulla Privacy | https://seotesting.com/home/privacy |
Lingue Supportate | en-GB |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "SEOTesting", "homepage_url": "https:\/\/www.seotesting.com\/", "version": "1.3.4", "description": "On-Page SEO, and SEOTesting.com Test Information (Current Page Queries and Test Status)", "icons": { "16": "assets\/icon_16.png", "32": "assets\/icon_32.png", "48": "assets\/icon_48.png", "128": "assets\/icon_128.png" }, "background": { "service_worker": "background.js", "type": "module" }, "options_page": "options.html", "action": { "default_popup": "index.html", "default_icon": { "16": "assets\/icon_16.png", "32": "assets\/icon_32.png", "48": "assets\/icon_48.png", "128": "assets\/icon_128.png" } }, "permissions": [ "storage", "activeTab", "scripting" ], "content_scripts": [ { "matches": [ "https:\/\/*\/*" ], "css": [ "inject.css" ] } ], "optional_permissions": [] } |