Shows People also search keywords in Google

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

Qu'est-ce que Shows People also search keywords in Google ?

Shows People also search keywords in Google est une extension Chrome développée par Lino Uruñuela, et sa fonction principale est "Shows and adds all phrases from 'People also search for' to Google results".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot

Télécharger le fichier CRX de l'extension Shows People also search keywords in Google

Téléchargez les fichiers d'extension Shows People also search keywords in Google au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Shows People also search keywords in Google Shows People also search keywords in Google
ID mepolfjhpifndipailaomfonidamjcog
URL Officiel https://chrome.google.com/webstore/detail/shows-people-also-search/mepolfjhpifndipailaomfonidamjcog
Description Shows and adds all phrases from 'People also search for' to Google results
Taille du Fichier 35.49 KB
Nombre d'Installations 588
Version Actuelle 1.0
Dernière Mise à Jour 2020-03-16
Date de Publication 2020-03-14
Évaluation 4.75/5 Total 4 Évaluations
Développeur Lino Uruñuela
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
        ]
    }
}