Shows People also search keywords in Google

Shows and adds all phrases from 'People also search for' to Google results

Co to jest Shows People also search keywords in Google?

Shows People also search keywords in Google to rozszerzenie Chrome opracowane przez Lino Uruñuela, a jego główną funkcją jest „Shows and adds all phrases from 'People also search for' to Google results”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Shows People also search keywords in Google

Pobierz pliki rozszerzeń Shows People also search keywords in Google w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Shows and adds all phrases from 'People also search for' to Google results.

This extension allows you to show related terms on Google to one click.

It very useful to find new similar keywords used to other people.                    

Podstawowe informacje o rozszerzeniu

Nazwa Shows People also search keywords in Google Shows People also search keywords in Google
ID mepolfjhpifndipailaomfonidamjcog
Oficjalny URL https://chrome.google.com/webstore/detail/shows-people-also-search/mepolfjhpifndipailaomfonidamjcog
Opis Shows and adds all phrases from 'People also search for' to Google results
Rozmiar pliku 35.49 KB
Liczba instalacji 588
Aktualna Wersja 1.0
Ostatnia Aktualizacja 2020-03-16
Data Publikacji 2020-03-14
Ocena 4.75/5 Łącznie 4 Oceny
Deweloper Lino Uruñuela
E-mail [email protected]
Typ Płatności free
Obsługiwane Języki en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Shows People also search keywords in Google",
    "short_name": "Show People also search keywords in Google",
    "description": "Shows and adds all phrases from 'People also search for' to Google results",
    "icons": {
        "16": "\/images\/icon16-2.png",
        "24": "\/images\/icon24-2.png",
        "32": "images\/icon32-2.png",
        "64": "images\/icon64-2.png",
        "128": "images\/icon128-2.png"
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16-2.png",
            "24": "images\/icon24-2.png",
            "32": "images\/icon32-2.png",
            "128": "images\/icon128-2.png"
        }
    },
    "version": "1.0",
    "permissions": [
        "activeTab"
    ],
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    }
}