Search phrases related in Google

Shows all phrases related to search. Easy to get new phrases for improve your SEO and SERP.

What is Search phrases related in Google?

Search phrases related in Google is a Chrome extension developed by https://www.prorank.co, and its main feature is "Shows all phrases related to search. Easy to get new phrases for improve your SEO and SERP.".

Extension Screenshots

screenshot

Download Search phrases related in Google Extension CRX File

Download Search phrases related in Google extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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"                    

Extension Basic Information

Name Search phrases related in Google Search phrases related in Google
ID eklpkhjmgcepjljfmpmdaeicgoemojjb
Official URL https://chromewebstore.google.com/detail/search-phrases-related-in/eklpkhjmgcepjljfmpmdaeicgoemojjb
Description Shows all phrases related to search. Easy to get new phrases for improve your SEO and SERP.
File Size 13.1 KB
Installation Count 200
Current Version 2.0.3
Last Updated 2020-06-23
Publish Date 2020-06-23
Rating 5.00/5 Total 1 Ratings
Developer https://www.prorank.co
Email [email protected]
Payment Type free
Extension Website https://www.prorank.co/
Help Page URL https://www.prorank.co/
Supported Languages 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"
}