LiveKeyword by BiQ

Keyword search volume, CPC, and competition for Google™ Search Engine Result Page (SERP).

LiveKeyword by BiQคืออะไร?

LiveKeyword by BiQ เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Meta Dev และคุณลักษณะหลักของมันคือ "Keyword search volume, CPC, and competition for Google™ Search Engine Result Page (SERP)."

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        Install the FREE LiveKeyword add-on extension to generate important metrics such as Search Volume, Cost Per Click (CPC), and Competition right from your browser.

LiveKeyword is a browser extension that provides useful keyword metrics for online marketing experts like you to excel in keyword research. This sleek extension has 2 main sections: "Relevant Keywords" and "Related Searches". Both sections provide accurate estimates on your search query.

Main features:
*Related Keywords - phrases that people often search for in addition to your main keyword
*Related Searches - searches that are closely related to your main keyword
*Keyword Data - make better keyword research decisions with search volume, CPC, and competition
*Export as CSV - download a large list of keywords in one go

Install, sign up and start using LiveKeyword today: https://biq.cloud/live-keyword

---------------

Your privacy is important to us: By default, this extension works over a securely encrypted connection and we don't store your searches. See https://biq.cloud/live-keyword/privacy-policy for our privacy policy.

Should you have any inquiries or require further assistance, kindly contact us at [email protected]                    

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

ชื่อ LiveKeyword by BiQ LiveKeyword by BiQ
ID oomijgnfikpndibbbbaninbfomjddohj
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/livekeyword-by-biq/oomijgnfikpndibbbbaninbfomjddohj
คำอธิบาย Keyword search volume, CPC, and competition for Google™ Search Engine Result Page (SERP).
ขนาดไฟล์ 217 KB
จำนวนการติดตั้ง 3,330
เวอร์ชันปัจจุบัน 1.4.1
อัปเดตครั้งล่าสุด 2022-02-18
วันที่เผยแพร่ 2020-06-08
คะแนน 4.00/5 รวมทั้งหมด 12 คะแนน
ผู้พัฒนา Meta Dev
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://biq.cloud/live-keyword/
URL หน้าช่วยเหลือ https://biq.cloud/live-keyword/
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "scripts": [
            "\/lib\/jquery-3.3.1.min.js",
            "\/bg\/supported-page.js",
            "\/bg\/api.js",
            "\/bg\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "\/img\/icon128.png",
        "default_popup": "\/html\/popup.html"
    },
    "content_scripts": [
        {
            "css": [
                "\/css\/style.css"
            ],
            "exclude_globs": [
                "https:\/\/analytics.google.com\/analytics\/web\/*",
                "https:\/\/www.google.com\/webmasters\/tools\/search-analytics*"
            ],
            "include_globs": [
                "https:\/\/www.google.*\/*"
            ],
            "js": [
                "\/lib\/jquery-3.3.1.min.js",
                "\/ext\/util.js",
                "\/ext\/init.js",
                "\/ext\/gsearch.live-kw.js",
                "\/ext\/main.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_end"
        }
    ],
    "description": "Keyword search volume, CPC, and competition for Google\u2122 Search Engine Result Page (SERP).",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "manifest_version": 2,
    "name": "LiveKeyword by BiQ",
    "options_page": "html\/options.html",
    "permissions": [
        "storage",
        "https:\/\/*\/*",
        "activeTab"
    ],
    "version": "1.4.1",
    "web_accessible_resources": [
        "\/img\/*"
    ]
}