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…
Cos'è Find my backlinks?
Find my backlinks è un'estensione di Chrome sviluppata da https://gh.agency, e la sua funzione principale è "Save time while you're doing SEO (outreach/link building). No need to search manually your backlinks. Find My Backlinks will do the…".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Find my backlinks
Scarica i file di estensione Find my backlinks in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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 Informazioni di Base sull'Estensione
| Nome | |
| ID | ccgelghebjobmpmdeikadalpmbkbmkmo |
| URL Ufficiale | https://chromewebstore.google.com/detail/find-my-backlinks/ccgelghebjobmpmdeikadalpmbkbmkmo |
| Descrizione | Save time while you're doing SEO (outreach/link building). No need to search manually your backlinks. Find My Backlinks will do the… |
| Dimensione del File | 41.53 KB |
| Conteggio Installazioni | 173 |
| Versione Corrente | 1.0.2 |
| Ultimo Aggiornamento | 2020-08-20 |
| Data di Pubblicazione | 2020-08-12 |
| Valutazione | 5.00/5 Totale 1 Valutazioni |
| Sviluppatore | https://gh.agency |
| [email protected] | |
| Tipo di Pagamento | free |
| Lingue Supportate | 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"
]
} | |