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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
}