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.
O que é Google Keyword Getter?
Google Keyword Getter é uma extensão do Chrome desenvolvida por Micael Roche, e sua principal característica é "Copy keywords from Google Ads' Keyword Planner with ease. Simply select and click copy for any match-type or the whole table.".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Google Keyword Getter
Baixe arquivos de extensão Google Keyword Getter no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | Google Keyword Getter |
ID | kphfgpkoacafhjfieibipobdemiilbpg |
URL Oficial | https://chromewebstore.google.com/detail/google-keyword-getter/kphfgpkoacafhjfieibipobdemiilbpg |
Descrição | Copy keywords from Google Ads' Keyword Planner with ease. Simply select and click copy for any match-type or the whole table. |
Tamanho do Arquivo | 10.73 KB |
Contagem de Instalações | 76 |
Versão Atual | 2.1.0 |
Última Atualização | 2023-01-17 |
Data de Publicação | 2022-11-22 |
Classificação | 5.00/5 Total de 1 Avaliações |
Desenvolvedor | Micael Roche |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://micaelroche.com.au/ |
URL da Página de Política de Privacidade | https://micaelroche.com.au/policy/privacy-policy |
Idiomas Suportados | 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\/*" ] } ] } |