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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
공식 URL 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"
            ]
        }
    ]
}