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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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
이메일 [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\/*"
            ]
        }
    ]
}