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'est-ce que Google Keyword Getter ?
Google Keyword Getter est une extension Chrome développée par Micael Roche, et sa fonction principale est "Copy keywords from Google Ads' Keyword Planner with ease. Simply select and click copy for any match-type or the whole table.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Google Keyword Getter
Téléchargez les fichiers d'extension Google Keyword Getter 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
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.
Informations de Base sur l'Extension
Nom | Google Keyword Getter |
ID | kphfgpkoacafhjfieibipobdemiilbpg |
URL Officiel | https://chromewebstore.google.com/detail/google-keyword-getter/kphfgpkoacafhjfieibipobdemiilbpg |
Description | Copy keywords from Google Ads' Keyword Planner with ease. Simply select and click copy for any match-type or the whole table. |
Taille du Fichier | 10.73 KB |
Nombre d'Installations | 76 |
Version Actuelle | 2.1.0 |
Dernière Mise à Jour | 2023-01-17 |
Date de Publication | 2022-11-22 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | Micael Roche |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://micaelroche.com.au/ |
URL de la Page de Politique de Confidentialité | https://micaelroche.com.au/policy/privacy-policy |
Langues Prises en Charge | 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\/*" ] } ] } |