Search phrases related in Google
Shows all phrases related to search. Easy to get new phrases for improve your SEO and SERP.
Search phrases related in Googleとは何ですか?
Search phrases related in Googleはhttps://www.prorank.coによって開発されたChromeの拡張機能で、その主な機能は「Shows all phrases related to search. Easy to get new phrases for improve your SEO and SERP.」です。
拡張機能のスクリーンショット
Search phrases related in Google拡張機能のCRXファイルをダウンロード
Search phrases related in Google拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
Shows all phrases related to search. Easy to get new phrases for improve your SEO and SERP. This plugin has been created inspired in "Extract People also search phrases in Google"
拡張機能の基本情報
名前 | Search phrases related in Google |
ID | eklpkhjmgcepjljfmpmdaeicgoemojjb |
公式URL | https://chromewebstore.google.com/detail/search-phrases-related-in/eklpkhjmgcepjljfmpmdaeicgoemojjb |
説明 | Shows all phrases related to search. Easy to get new phrases for improve your SEO and SERP. |
ファイルサイズ | 13.1 KB |
インストール数 | 200 |
現在のバージョン | 2.0.3 |
最終更新日 | 2020-06-23 |
公開日 | 2020-06-23 |
評価 | 5.00/5 合計 1 レビュー |
開発者 | https://www.prorank.co |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://www.prorank.co/ |
ヘルプページのURL | https://www.prorank.co/ |
対応言語 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "js": [ "app.js" ], "css": [ "style.css" ], "matches": [ "https:\/\/*.google.com\/*" ], "run_at": "document_end" } ], "description": "Shows all phrases related to search. Easy to get new phrases for improve your SEO and SERP.", "icons": { "128": "icon.png", "16": "icon.png", "24": "icon.png", "32": "icon.png", "64": "icon.png" }, "permissions": [ "https:\/\/www.google.com\/" ], "manifest_version": 2, "name": "Search phrases related in Google", "short_name": "Phrases related in Google", "version": "2.0.3" } |