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

Co je SpiralDB?

SpiralDB je rozšíření Chrome vyvinuté Dom Hodgson, a jeho hlavní funkcí je „SpiralDB is a free tool that gives an overview of a site’s health via its link profile, search visibility and several other factors“.

Snímky obrazovky rozšíření

screenshot

Stáhnout soubor CRX rozšíření SpiralDB

Stáhněte si soubory rozšíření SpiralDB ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.

Pokyny pro Použití Rozšíření

                        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 :)                    

Základní Informace o Rozšíření

Název SpiralDB SpiralDB
ID ogcfndnlbhgdfcmpodgmhjhknepfhhjj
Oficiální URL https://chromewebstore.google.com/detail/spiraldb/ogcfndnlbhgdfcmpodgmhjhknepfhhjj
Popis SpiralDB is a free tool that gives an overview of a site’s health via its link profile, search visibility and several other factors
Velikost souboru 10.4 KB
Počet instalací 174
Aktuální Verze 0.2
Poslední Aktualizace 2015-04-15
Datum Vydání 2015-04-15
Hodnocení 4.33/5 Celkem 3 Hodnocení
Vývojář Dom Hodgson
Typ Platby free
Webové stránky Rozšíření http://spiraldb.com
Podporované Jazyky 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
}