Shows People also search keywords in Google

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

Wat is Shows People also search keywords in Google?

Shows People also search keywords in Google is een Chrome-extensie ontwikkeld door Lino Uruñuela, en de belangrijkste functie is "Shows and adds all phrases from 'People also search for' to Google results".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Shows People also search keywords in Google

Download Shows People also search keywords in Google-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Shows People also search keywords in Google Shows People also search keywords in Google
ID mepolfjhpifndipailaomfonidamjcog
Officiële URL https://chrome.google.com/webstore/detail/shows-people-also-search/mepolfjhpifndipailaomfonidamjcog
Beschrijving Shows and adds all phrases from 'People also search for' to Google results
Bestandsgrootte 35.49 KB
Aantal Installaties 588
Huidige Versie 1.0
Laatst Bijgewerkt 2020-03-16
Publicatiedatum 2020-03-14
Beoordeling 4.75/5 Totaal 4 Beoordelingen
Ontwikkelaar Lino Uruñuela
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
        ]
    }
}