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.
什么是Google Keyword Getter?
Google Keyword Getter是由Micael Roche开发的Chrome扩展程序,该扩展的主要功能是“Copy keywords from Google Ads' Keyword Planner with ease. Simply select and click copy for any match-type or the whole table.”。
扩展截图
下载Google Keyword Getter扩展crx文件
下载Google Keyword Getter扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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.
扩展基本信息
名称 | Google Keyword Getter |
ID | kphfgpkoacafhjfieibipobdemiilbpg |
官方URL | https://chromewebstore.google.com/detail/google-keyword-getter/kphfgpkoacafhjfieibipobdemiilbpg |
简介 | Copy keywords from Google Ads' Keyword Planner with ease. Simply select and click copy for any match-type or the whole table. |
文件大小 | 10.73 KB |
安装次数 | 76 |
当前版本 | 2.1.0 |
更新时间 | 2023-01-17 |
上架时间 | 2022-11-22 |
评分 | 5.00/5 共1次评分 |
开发者 | Micael Roche |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://micaelroche.com.au/ |
隐私政策页面URL | https://micaelroche.com.au/policy/privacy-policy |
支持的语言 | 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\/*" ] } ] } |