SEOTesting
On-Page SEO, and SEOTesting.com Test Information (Current Page Queries and Test Status)
O que é SEOTesting?
SEOTesting é uma extensão do Chrome desenvolvida por https://seotesting.com, e sua principal característica é "On-Page SEO, and SEOTesting.com Test Information (Current Page Queries and Test Status)".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SEOTesting
Baixe arquivos de extensão SEOTesting no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | SEOTesting |
ID | ddaafpdingninkjhagcfjmlmmofglnfl |
URL Oficial | https://chromewebstore.google.com/detail/seotesting/ddaafpdingninkjhagcfjmlmmofglnfl |
Descrição | On-Page SEO, and SEOTesting.com Test Information (Current Page Queries and Test Status) |
Tamanho do Arquivo | 1.56 MB |
Contagem de Instalações | 1,742 |
Versão Atual | 1.3.4 |
Última Atualização | 2023-06-02 |
Data de Publicação | 2021-12-08 |
Classificação | 4.33/5 Total de 6 Avaliações |
Desenvolvedor | https://seotesting.com |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://seotesting.com |
URL da Página de Ajuda | https://seotesting.com/support/ |
URL da Página de Política de Privacidade | https://seotesting.com/home/privacy |
Idiomas Suportados | 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": [] } |