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…”。
擴展截圖
下載Find my backlinks擴展crx文件
下載Find my backlinks擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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 |
ID | ccgelghebjobmpmdeikadalpmbkbmkmo |
官方網址 | 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" ] } |