Search phrases related in Google

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

Apa itu Search phrases related in Google?

Search phrases related in Google adalah ekstensi Chrome yang dikembangkan oleh https://www.prorank.co, dan fitur utamanya adalah "Shows all phrases related to search. Easy to get new phrases for improve your SEO and SERP.".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Search phrases related in Google

Unduh file ekstensi Search phrases related in Google dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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"                    

Informasi Dasar Ekstensi

Nama Search phrases related in Google Search phrases related in Google
ID eklpkhjmgcepjljfmpmdaeicgoemojjb
URL Resmi https://chromewebstore.google.com/detail/search-phrases-related-in/eklpkhjmgcepjljfmpmdaeicgoemojjb
Deskripsi Shows all phrases related to search. Easy to get new phrases for improve your SEO and SERP.
Ukuran File 13.1 KB
Jumlah Instalasi 200
Versi Saat Ini 2.0.3
Terakhir Diperbarui 2020-06-23
Tanggal Publikasi 2020-06-23
Penilaian 5.00/5 Total 1 Penilaian
Pengembang https://www.prorank.co
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.prorank.co/
URL Halaman Bantuan https://www.prorank.co/
Bahasa yang Didukung 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"
}