SpiralDB
SpiralDB is a free tool that gives an overview of a site’s health via its link profile, search visibility and several other factors
O que é SpiralDB?
SpiralDB é uma extensão do Chrome desenvolvida por Dom Hodgson, e sua principal característica é "SpiralDB is a free tool that gives an overview of a site’s health via its link profile, search visibility and several other factors".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão SpiralDB
Baixe arquivos de extensão SpiralDB 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
SpiralDB is a free project built off the back of the strong relationships that exist between LinkRisk, Ahrefs, SEMRush and Majestic. We wanted to make a free tool that very quickly and easily gives you an overview of a website’s health via its link profile, search engine visibility and several other factors. Powered by Phil and Colin, the SpiralDB chrome extension gives you a lot of useful domain level information at the click of a button. Sign up now and see what you think – after all, its free :)
Informações Básicas da Extensão
Nome | |
ID | ogcfndnlbhgdfcmpodgmhjhknepfhhjj |
URL Oficial | https://chromewebstore.google.com/detail/spiraldb/ogcfndnlbhgdfcmpodgmhjhknepfhhjj |
Descrição | SpiralDB is a free tool that gives an overview of a site’s health via its link profile, search visibility and several other factors |
Tamanho do Arquivo | 10.4 KB |
Contagem de Instalações | 174 |
Versão Atual | 0.2 |
Última Atualização | 2015-04-15 |
Data de Publicação | 2015-04-15 |
Classificação | 4.33/5 Total de 3 Avaliações |
Desenvolvedor | Dom Hodgson |
Tipo de Pagamento | free |
Site da Extensão | http://spiraldb.com |
Idiomas Suportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_icon": "icon-128.png", "default_title": "SpiralDB" }, "name": "SpiralDB", "description": "SpiralDB is a free tool that gives an overview of a site\u2019s health via its link profile, search visibility and several other factors", "homepage_url": "http:\/\/spiraldb.com", "icons": { "16": "icon-16.png", "48": "icon-48.png", "128": "icon-128.png" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "version": "0.2", "manifest_version": 2 } |