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文件

下载Google Ads "Add as Keyword" Match Type Helper扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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"
    ]
}