Keyword Modifier

Modify your PPC keywords in bulk.

What is Keyword Modifier?

Keyword Modifier is a Chrome extension developed by https://www.bennettdungan.com, and its main feature is "Modify your PPC keywords in bulk.".

Extension Screenshots

screenshot
screenshot
screenshot

Download Keyword Modifier Extension CRX File

Download Keyword Modifier extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Keyword Modifier Keyword Modifier
ID dhpaponoajbgfahgmcbchndpjbooapog
Official URL https://chromewebstore.google.com/detail/keyword-modifier/dhpaponoajbgfahgmcbchndpjbooapog
Description Modify your PPC keywords in bulk.
File Size 39.46 KB
Installation Count 1,377
Current Version 2.1.0
Last Updated 2018-04-06
Publish Date 2018-04-05
Rating 5.00/5 Total 5 Ratings
Developer https://www.bennettdungan.com
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}