KeywordAssist

KeywordAssist extension

KeywordAssistคืออะไร?

KeywordAssist เป็นส่วนขยายของ Chrome ที่พัฒนาโดย seobots.io และคุณลักษณะหลักของมันคือ "KeywordAssist extension"

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

screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย KeywordAssist ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        SEOs best friend, KWAssist helps with speeding up your keyword analysis workflow. Copy keywords to the newly added panel with no hassle straight from your favorite tools: 

- Google Search Console
- AHREFS
- Ubersuggest

More tools and features are coming soon!                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ KeywordAssist KeywordAssist
ID bfddcfinjehiildineohbokfjfoionnp
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/keywordassist/bfddcfinjehiildineohbokfjfoionnp
คำอธิบาย KeywordAssist extension
ขนาดไฟล์ 25.03 KB
จำนวนการติดตั้ง 77
เวอร์ชันปัจจุบัน 0.9
อัปเดตครั้งล่าสุด 2020-01-16
วันที่เผยแพร่ 2020-01-16
คะแนน 5.00/5 รวมทั้งหมด 3 คะแนน
ผู้พัฒนา seobots.io
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://seobots.io/privacy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "KeywordAssist",
    "description": "KeywordAssist extension",
    "version": "0.9",
    "manifest_version": 2,
    "icons": {
        "128": "icon_128.png"
    },
    "permissions": [
        "activeTab",
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/search.google.com\/*"
            ],
            "js": [
                "google_search_console.js"
            ],
            "css": [
                "style.css"
            ]
        },
        {
            "matches": [
                "*:\/\/ahrefs.com\/*"
            ],
            "js": [
                "ahrefs.js"
            ],
            "css": [
                "style.css"
            ]
        },
        {
            "matches": [
                "*:\/\/app.neilpatel.com\/*"
            ],
            "js": [
                "ubersuggest.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ]
}