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 |
Eメール | [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" ] } |