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…
Qu'est-ce que Find my backlinks ?
Find my backlinks est une extension Chrome développée par https://gh.agency, et sa fonction principale est "Save time while you're doing SEO (outreach/link building). No need to search manually your backlinks. Find My Backlinks will do the…".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Find my backlinks
Téléchargez les fichiers d'extension Find my backlinks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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
Informations de Base sur l'Extension
Nom | Find my backlinks |
ID | ccgelghebjobmpmdeikadalpmbkbmkmo |
URL Officiel | https://chromewebstore.google.com/detail/find-my-backlinks/ccgelghebjobmpmdeikadalpmbkbmkmo |
Description | Save time while you're doing SEO (outreach/link building). No need to search manually your backlinks. Find My Backlinks will do the… |
Taille du Fichier | 41.53 KB |
Nombre d'Installations | 173 |
Version Actuelle | 1.0.2 |
Dernière Mise à Jour | 2020-08-20 |
Date de Publication | 2020-08-12 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | https://gh.agency |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } |