Google Ads "Add as Keyword" Match Type Helper

Add as keyword match type helper for google ads.

Google Ads "Add as Keyword" Match Type Helper란 무엇입니까?

Google Ads "Add as Keyword" Match Type Helper은(는) https://ignitemarketing.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Add as keyword match type helper for google ads."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Google Ads "Add as Keyword" Match Type Helper 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Google defaults your new keyword to Broad match when you add matched terms as keywords.

You can get the match type selector back.

Follow these 4 steps:

→ Install our Match Type Helper Chrome extension.
→ Review matched search terms in Google Ads.
→ Choose your desired match type: exact, phrase, or broad.
→ Bulk change match types for all matched terms before adding.


Details: 
Previously, Google Ads let you choose whether a new keyword should be "Exact," "Phrase," or "Broad" match directly when adding it from the matched search terms. Now, Google automatically sets new keywords as "Broad" match, and if you want "Exact" or "Phrase" match, you have to add extra symbols manually each time, which can be time-consuming and error-prone.

Our Google Ads extension addresses this issue. It allows you to:
→ Choose the match type for each keyword individually when adding matched search terms.
→ Change the match type for all matched terms in bulk before adding them.

This makes the process faster and reduces the likelihood of mistakes. 

Our extension works on your device and does not send your data to external servers or third parties.                    

확장 프로그램 기본 정보

이름 Google Ads Google Ads "Add as Keyword" Match Type Helper
ID lohkmkohhglpgndcmobnpiekmkobgdkp
공식 URL https://chromewebstore.google.com/detail/google-ads-add-as-keyword/lohkmkohhglpgndcmobnpiekmkobgdkp
설명 Add as keyword match type helper for google ads.
파일 크기 5.81 KB
설치 횟수 2,258
현재 버전 1.0.6
최근 업데이트 2024-03-02
출시 날짜 2022-09-13
평점 5.00/5 총 8 개의 평점
개발자 https://ignitemarketing.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://ignitemarketing.com/google-ads-add-as-keyword-match-type-helper/
도움말 페이지 URL https://ignitemarketing.com/contact/
개인정보 보호 정책 페이지 URL https://ignitemarketing.com/google-ads-add-as-keyword-match-type-helper
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Google Ads \"Add as Keyword\" Match Type Helper",
    "description": "Add as keyword match type helper for google ads.",
    "version": "1.0.6",
    "manifest_version": 3,
    "action": [],
    "content_scripts": [
        {
            "run_at": "document_start",
            "js": [
                "contentScript.js"
            ],
            "matches": [
                "https:\/\/ads.google.com\/*",
                "http:\/\/ads.google.com\/*"
            ]
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs"
    ]
}