Keyword Modifier

Modify your PPC keywords in bulk.

Keyword Modifier là gì?

Keyword Modifier là một tiện ích mở rộng Chrome được phát triển bởi https://www.bennettdungan.com, và tính năng chính của nó là "Modify your PPC keywords in bulk.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Keyword Modifier

Tải xuống các tệp mở rộng Keyword Modifier dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Keyword Modifier Keyword Modifier
ID dhpaponoajbgfahgmcbchndpjbooapog
URL Chính Thức https://chromewebstore.google.com/detail/keyword-modifier/dhpaponoajbgfahgmcbchndpjbooapog
Mô tả Modify your PPC keywords in bulk.
Kích Thước Tệp 39.46 KB
Số Lần Cài Đặt 1,377
Phiên Bản Hiện Tại 2.1.0
Cập Nhật Lần Cuối 2018-04-06
Ngày Phát Hành 2018-04-05
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://www.bennettdungan.com
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}