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…

Was ist Find my backlinks?

Find my backlinks ist eine Chrome-Erweiterung, die von https://gh.agency entwickelt wurde, und ihr Hauptmerkmal ist "Save time while you're doing SEO (outreach/link building). No need to search manually your backlinks. Find My Backlinks will do the…".

Erweiterungsscreenshots

screenshot

Find my backlinks-Erweiterungs-CRX-Datei herunterladen

Laden Sie Find my backlinks-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Find my backlinks Find my backlinks
ID ccgelghebjobmpmdeikadalpmbkbmkmo
Offizielle URL https://chromewebstore.google.com/detail/find-my-backlinks/ccgelghebjobmpmdeikadalpmbkbmkmo
Beschreibung Save time while you're doing SEO (outreach/link building). No need to search manually your backlinks. Find My Backlinks will do the…
Dateigröße 41.53 KB
Installationsanzahl 173
Aktuelle Version 1.0.2
Letztes Update 2020-08-20
Veröffentlichungsdatum 2020-08-12
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://gh.agency
E-Mail [email protected]
Zahlungsart free
Unterstützte Sprachen 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"
    ]
}