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
Apa itu SpiralDB?
SpiralDB adalah ekstensi Chrome yang dikembangkan oleh Dom Hodgson, dan fitur utamanya adalah "SpiralDB is a free tool that gives an overview of a site’s health via its link profile, search visibility and several other factors".
Screenshot Ekstensi
Unduh Berkas CRX Ekstensi SpiralDB
Unduh file ekstensi SpiralDB dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.
Petunjuk Penggunaan Ekstensi
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 :)
Informasi Dasar Ekstensi
Nama | |
ID | ogcfndnlbhgdfcmpodgmhjhknepfhhjj |
URL Resmi | https://chromewebstore.google.com/detail/spiraldb/ogcfndnlbhgdfcmpodgmhjhknepfhhjj |
Deskripsi | SpiralDB is a free tool that gives an overview of a site’s health via its link profile, search visibility and several other factors |
Ukuran File | 10.4 KB |
Jumlah Instalasi | 174 |
Versi Saat Ini | 0.2 |
Terakhir Diperbarui | 2015-04-15 |
Tanggal Publikasi | 2015-04-15 |
Penilaian | 4.33/5 Total 3 Penilaian |
Pengembang | Dom Hodgson |
Tipe Pembayaran | free |
Situs Ekstensi | http://spiraldb.com |
Bahasa yang Didukung | 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 } |