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.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot
screenshot

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 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
Eメール [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\/*"
            ]
        }
    ]
}