Find my backlinks

Save time while you're doing SEO (outreach/link building). No need to search manually your backlinks. Find My Backlinks will do the…

Find my backlinks란 무엇입니까?

Find my backlinks은(는) https://gh.agency에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Save time while you're doing SEO (outreach/link building). No need to search manually your backlinks. Find My Backlinks will do the…"입니다.

확장 프로그램 스크린샷

screenshot

Find my backlinks 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Save time while you're doing SEO (outreach/link building). No need to search manually your backlinks. Find My Backlinks will do the job for you :)
Set your domains and once you need to find your backlinks, click on the 'eye' and it will find your links.

Update (1.02): Alert on Nofollow links                    

확장 프로그램 기본 정보

이름 Find my backlinks Find my backlinks
ID ccgelghebjobmpmdeikadalpmbkbmkmo
공식 URL https://chromewebstore.google.com/detail/find-my-backlinks/ccgelghebjobmpmdeikadalpmbkbmkmo
설명 Save time while you're doing SEO (outreach/link building). No need to search manually your backlinks. Find My Backlinks will do the…
파일 크기 41.53 KB
설치 횟수 173
현재 버전 1.0.2
최근 업데이트 2020-08-20
출시 날짜 2020-08-12
평점 5.00/5 총 1 개의 평점
개발자 https://gh.agency
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Find my backlinks",
    "description": "",
    "version": "1.0.2",
    "manifest_version": 2,
    "icons": {
        "16": "icons\/16x16.png",
        "48": "icons\/48x48.png",
        "128": "icons\/128x128.png",
        "256": "icons\/256x256.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ],
            "css": [
                "content.css"
            ]
        }
    ],
    "browser_action": {
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}