Google Keyword Getter

Copy keywords from Google Ads' Keyword Planner with ease. Simply select and click copy for any match-type or the whole table.

¿Qué es Google Keyword Getter?

Google Keyword Getter es una extensión de Chrome desarrollada por Micael Roche, y su función principal es "Copy keywords from Google Ads' Keyword Planner with ease. Simply select and click copy for any match-type or the whole table.".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión Google Keyword Getter

Descarga archivos de extensión Google Keyword Getter en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        A super simple and easy-to-use tool for Google Ads' Keyword Planner.

Use this tool to easily copy-and-paste keywords from the Keyword Planner to your clipboard, ready to use on any document.

Select the rows you want to copy by checking the adjacent box and use one of the buttons in the toolbar at the bottom of the page to copy the keywords.

Copy to broad-match, phrase-match, or exact-match, or copy all the data in the selected row to use in a table.


Version 2.1.0 Update
Added new console writes.
Fixed bugs causing the tool not to load or copy to the clipboard.                    

Información Básica de la Extensión

Nombre Google Keyword Getter Google Keyword Getter
ID kphfgpkoacafhjfieibipobdemiilbpg
URL Oficial https://chromewebstore.google.com/detail/google-keyword-getter/kphfgpkoacafhjfieibipobdemiilbpg
Descripción Copy keywords from Google Ads' Keyword Planner with ease. Simply select and click copy for any match-type or the whole table.
Tamaño del Archivo 10.73 KB
Cantidad de Instalaciones 76
Versión Actual 2.1.0
Última Actualización 2023-01-17
Fecha de Publicación 2022-11-22
Calificación 5.00/5 Total de 1 Calificaciones
Desarrollador Micael Roche
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://micaelroche.com.au/
URL de la Página de Política de Privacidad https://micaelroche.com.au/policy/privacy-policy
Idiomas Soportados en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Google Keyword Getter",
    "version": "2.1.0",
    "description": "Copy keywords from Google Ads' Keyword Planner with ease. Simply select and click copy for any match-type or the whole table.",
    "icons": {
        "16": "images\/icon-16.png",
        "32": "images\/icon-32.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "content_scripts": [
        {
            "js": [
                "scripts\/content.js"
            ],
            "matches": [
                "https:\/\/ads.google.com\/*"
            ]
        }
    ]
}