Keyword Modifier

Modify your PPC keywords in bulk.

Keyword Modifierคืออะไร?

Keyword Modifier เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.bennettdungan.com และคุณลักษณะหลักของมันคือ "Modify your PPC keywords in bulk."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Keyword Modifier

ดาวน์โหลดไฟล์ส่วนขยาย 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
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"
            ]
        }
    ]
}