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
Qu'est-ce que SpiralDB ?
SpiralDB est une extension Chrome développée par Dom Hodgson, et sa fonction principale est "SpiralDB is a free tool that gives an overview of a site’s health via its link profile, search visibility and several other factors".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension SpiralDB
Téléchargez les fichiers d'extension SpiralDB au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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 :)
Informations de Base sur l'Extension
Nom | |
ID | ogcfndnlbhgdfcmpodgmhjhknepfhhjj |
URL Officiel | https://chromewebstore.google.com/detail/spiraldb/ogcfndnlbhgdfcmpodgmhjhknepfhhjj |
Description | SpiralDB is a free tool that gives an overview of a site’s health via its link profile, search visibility and several other factors |
Taille du Fichier | 10.4 KB |
Nombre d'Installations | 174 |
Version Actuelle | 0.2 |
Dernière Mise à Jour | 2015-04-15 |
Date de Publication | 2015-04-15 |
Évaluation | 4.33/5 Total 3 Évaluations |
Développeur | Dom Hodgson |
Type de Paiement | free |
Site Web de l'Extension | http://spiraldb.com |
Langues Prises en Charge | 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 } |