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.

Co to jest Google Keyword Getter?

Google Keyword Getter to rozszerzenie Chrome opracowane przez Micael Roche, a jego główną funkcją jest „Copy keywords from Google Ads' Keyword Planner with ease. Simply select and click copy for any match-type or the whole table.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Google Keyword Getter

Pobierz pliki rozszerzeń Google Keyword Getter w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Google Keyword Getter Google Keyword Getter
ID kphfgpkoacafhjfieibipobdemiilbpg
Oficjalny URL https://chromewebstore.google.com/detail/google-keyword-getter/kphfgpkoacafhjfieibipobdemiilbpg
Opis Copy keywords from Google Ads' Keyword Planner with ease. Simply select and click copy for any match-type or the whole table.
Rozmiar pliku 10.73 KB
Liczba instalacji 76
Aktualna Wersja 2.1.0
Ostatnia Aktualizacja 2023-01-17
Data Publikacji 2022-11-22
Ocena 5.00/5 Łącznie 1 Oceny
Deweloper Micael Roche
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://micaelroche.com.au/
Adres URL Strony Polityki Prywatności https://micaelroche.com.au/policy/privacy-policy
Obsługiwane Języki 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\/*"
            ]
        }
    ]
}