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

SpiralDBとは何ですか?

SpiralDBはDom Hodgsonによって開発されたChromeの拡張機能で、その主な機能は「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

SpiralDB拡張機能のCRXファイルをダウンロード

SpiralDB拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

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

拡張機能の基本情報

名前 SpiralDB SpiralDB
ID ogcfndnlbhgdfcmpodgmhjhknepfhhjj
公式URL https://chromewebstore.google.com/detail/spiraldb/ogcfndnlbhgdfcmpodgmhjhknepfhhjj
説明 SpiralDB is a free tool that gives an overview of a site’s health via its link profile, search visibility and several other factors
ファイルサイズ 10.4 KB
インストール数 174
現在のバージョン 0.2
最終更新日 2015-04-15
公開日 2015-04-15
評価 4.33/5 合計 3 レビュー
開発者 Dom Hodgson
支払い方法 free
拡張機能のウェブサイト http://spiraldb.com
対応言語 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
}