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 |
官方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" ] } |