Keyword Checker

Check for missing keywords in the content of the current web page.

Keyword Checkerคืออะไร?

Keyword Checker เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.bigtechies.com และคุณลักษณะหลักของมันคือ "Check for missing keywords in the content of the current web page."

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

screenshot

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

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

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

                        Keyword Checker Chrome Extension
Keyword Checker is a Google Chrome extension that helps you check for missing keywords in the content of the current web page. The extension works by analyzing the content of the page and comparing it to a list of predefined keywords.                    

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

ชื่อ Keyword Checker Keyword Checker
ID plndmgedaicbgmocifcjmimognpdnhjf
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/keyword-checker/plndmgedaicbgmocifcjmimognpdnhjf
คำอธิบาย Check for missing keywords in the content of the current web page.
ขนาดไฟล์ 38.44 KB
จำนวนการติดตั้ง 425
เวอร์ชันปัจจุบัน 1.2
อัปเดตครั้งล่าสุด 2023-06-19
วันที่เผยแพร่ 2023-05-22
คะแนน 4.88/5 รวมทั้งหมด 8 คะแนน
ผู้พัฒนา https://www.bigtechies.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://www.bigtechies.com/
URL หน้าช่วยเหลือ https://github.com/AleemIqbal/keyword-checker-extension
ภาษาที่รองรับ en-US
manifest.json
{
    "action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html",
        "default_title": "Keyword Checker"
    },
    "description": "Check for missing keywords in the content of the current web page.",
    "icons": {
        "48": "icon.png"
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkRE5hQ\/JWsQai3hjO6DrPILHjGy3cUgfT2GzWP50HO09E6Lzg0z7kYwHiBx2x9X9Xr9ixzzo5znRozzTsvyZ\/d51FYOBLi3vuVtGyTQ7rIfJtfg9BUdipV\/V\/gmjBqk+zhqF74PfN2TsbqbMda8ZG\/5vCFERE9WxDtMwe3b5hBV580xS1lx3EV6\/3+VJfdz3JphuyI077ZmN1vPethqGspHZbaeprvgf5n7Iokoi04Qf+oCKOg1EpgEZSwI5FitSOYEUAsmoRlNCyD4xN5hgoqBBHQ+\/ds+Qy4Uifbo5nKUH\/p3KYuq3RRKw2mjAJdr+zmZemYPK65iX0+eoRVUhEQIDAQAB",
    "manifest_version": 3,
    "name": "Keyword Checker",
    "permissions": [
        "activeTab",
        "scripting"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.2"
}