Keyword Modifier

Modify your PPC keywords in bulk.

什麼是Keyword Modifier?

Keyword Modifier是由https://www.bennettdungan.com開發的Chrome擴展程式,該擴展的主要功能是“Modify your PPC keywords in bulk.”。

擴展截圖

screenshot
screenshot
screenshot

下載Keyword Modifier擴展crx文件

下載Keyword Modifier擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        Keyword Modifier allows you to easily bulk edit your PPC keywords into modified broad, exact match and/or phrase match. Just open the app while you're working in Adwords or Bing Ads and paste your keywords inside the text box then select your keyword type.

V2.1 Update:
- Excludes common preposition/articles from Modified Broad Match keywords after getting community input (email me your opinions of this change. Good/Bad? I'd love to know!)
- Lowercases all words

V2.0.1 Update:
- Removes unnecessary spaces before and after keywords

V2.0 Update:
- Now allows for multiple keyword match type modifications within a single edit. 
- UI overhaul                    

擴展基本資訊

名稱 Keyword Modifier Keyword Modifier
ID dhpaponoajbgfahgmcbchndpjbooapog
官方網址 https://chromewebstore.google.com/detail/keyword-modifier/dhpaponoajbgfahgmcbchndpjbooapog
簡介 Modify your PPC keywords in bulk.
檔案大小 39.46 KB
安裝次數 1,377
目前版本 2.1.0
更新時間 2018-04-06
上架時間 2018-04-05
評分 5.00/5 共 5 次評分
開發者 https://www.bennettdungan.com
電子郵箱 [email protected]
付費類型 free
支援的語言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Keyword Modifier",
    "version": "2.1.0",
    "manifest_version": 2,
    "description": "Modify your PPC keywords in bulk.",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "icons\/icon19.png",
        "default_title": "Keyword Modifier",
        "default_popup": "src\/browser_action\/browser_action.html"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "\/scripts\/popup.js"
            ]
        }
    ]
}