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.
Was ist Google Keyword Getter?
Google Keyword Getter ist eine Chrome-Erweiterung, die von Micael Roche entwickelt wurde, und ihr Hauptmerkmal ist "Copy keywords from Google Ads' Keyword Planner with ease. Simply select and click copy for any match-type or the whole table.".
Erweiterungsscreenshots
Google Keyword Getter-Erweiterungs-CRX-Datei herunterladen
Laden Sie Google Keyword Getter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Google Keyword Getter |
ID | kphfgpkoacafhjfieibipobdemiilbpg |
Offizielle URL | https://chromewebstore.google.com/detail/google-keyword-getter/kphfgpkoacafhjfieibipobdemiilbpg |
Beschreibung | Copy keywords from Google Ads' Keyword Planner with ease. Simply select and click copy for any match-type or the whole table. |
Dateigröße | 10.73 KB |
Installationsanzahl | 76 |
Aktuelle Version | 2.1.0 |
Letztes Update | 2023-01-17 |
Veröffentlichungsdatum | 2022-11-22 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | Micael Roche |
[email protected] | |
Zahlungsart | free |
Erweiterungswebsite | https://micaelroche.com.au/ |
URL der Datenschutzrichtlinien-Seite | https://micaelroche.com.au/policy/privacy-policy |
Unterstützte Sprachen | 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\/*" ] } ] } |