One Click SEO Checker
Access all important SEO score with one click!
O que é One Click SEO Checker?
One Click SEO Checker é uma extensão do Chrome desenvolvida por Suvaance, e sua principal característica é "Access all important SEO score with one click!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão One Click SEO Checker
Baixe arquivos de extensão One Click SEO Checker 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
One Click SEO Checker is a Chrome extension developed by Suvaance Team to provide quick access to major SEO metrics with one click. Open any website. Right click on the page and click the One Click SEO Checker on the context menu. it will open different tabs in your browser and each tab will show specific metric that you normally access with individual tool. But here you access all those data in one click! With One Click SEO Checker, you can access; ★ Google Indexed pages ★ Google Mobile-friendly Test Report ★ Google Page Speed Insights score ★ Google Rich snippet test report ★ Moz Domain Authority Score, Spam Score etc ★ Link Metrics From Majestic ★ On-site metrics From SEOptimer ★ And many more.
Informações Básicas da Extensão
Nome | One Click SEO Checker |
ID | icdlcbfmgeighnnidmijmgbginpnngkp |
URL Oficial | https://chromewebstore.google.com/detail/one-click-seo-checker/icdlcbfmgeighnnidmijmgbginpnngkp |
Descrição | Access all important SEO score with one click! |
Tamanho do Arquivo | 20.98 KB |
Contagem de Instalações | 595 |
Versão Atual | 2.0 |
Última Atualização | 2022-10-13 |
Data de Publicação | 2020-11-19 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Suvaance |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://www.suvaance.com/ |
URL da Página de Ajuda | https://www.suvaance.com/tools/chrome-extensions/ |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "One Click SEO Checker", "short_name": "One Click SEO Checker", "description": "Access all important SEO score with one click!", "version": "2.0", "action": [], "manifest_version": 3, "background": { "service_worker": "script.js" }, "host_permissions": [ "https:\/\/moz.com\/*", "https:\/\/majestic.com\/*", "https:\/\/www.seoptimer.com\/*" ], "permissions": [ "contextMenus" ], "icons": { "16": "icon16.png", "32": "icon32.png", "48": "icon48.png", "128": "icon128.png" } } |