LiveKeyword by BiQ

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

LiveKeyword by BiQ란 무엇입니까?

LiveKeyword by BiQ은(는) Meta Dev에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keyword search volume, CPC, and competition for Google™ Search Engine Result Page (SERP)."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

LiveKeyword by BiQ 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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\/*"
    ]
}