Keywords Everywhere - Keyword Tool

Keyword search volume, cpc and competition for 15+ websites like Google™ Search Console, YouTube™, Amazon™ & more

Keywords Everywhere - Keyword Tool란 무엇입니까?

Keywords Everywhere - Keyword Tool은(는) https://keywordseverywhere.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Keyword search volume, cpc and competition for 15+ websites like Google™ Search Console, YouTube™, Amazon™ & more"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Keywords Everywhere - Keyword Tool 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Keywords Everywhere is a freemium chrome extension that helps more than 1.6 million users with online marketing.

The free version has the following features

- ChatGPT Prompt Templates: 200+ optimized prompt templates to help you get the most out of ChatGPT
- Instagram Hashtag Generator: Generate the most popular hashtags for Instagram (no volume data).
- Instagram Widgets: View Engagement metrics for Instagram Influencers
- Pinterest Insights: Search Insights, Trend Chat & Related Trends (no volume data).
- Twitter Widgets: View Engagement metrics for Twitter Accounts

The paid version has everything the free version has &

- Search Volume for 20+ websites: Accurate monthly search volume, CPC, competition & 12 month trend data.
- Traffic Metrics: View monthly estimates traffic & the top 10,000 keywords that any URL or Domain
- Moz Link Metrics: View Moz Domain Authority, DA Trend, Spam Score, Total Referring Domains, Backlinks & more
- SEO Metrics: SEO Difficulty, On-Page Difficulty, Off-Page Difficulty, Brand Queries & more.
- YouTube Metrics: Search Insights, SERP Metrics, Video Insights & YouTube Tags.
- Trend Charts: Historical volume data in the trend charts from 2004
- Import Keywords: Import your keywords to see accurate monthly search volume, CPC, and competition for them.
- Bulk Trends Data: Historical volume data obtained in bulk using Bulk Trends feature
- Keyword Widgets: See Related keywords, People Also Search For (PASF) keywords & Long-Tail Keywords.
- On-Page Analysis: Analyze any URL to get the list of keywords in the content of the page, and the density of those keywords
- Competitor Gap Analysis: Find keywords that your competitors rank for, and which you do not.
- Multiple Google properties: Search, Search Console, Analytics, Keyword Planner & Trends.
- Multiple eCommerce websites: Amazon, eBay & Etsy.
- Multiple search engines: YouTube, Bing & Duck Duck Go.

For a complete change-log for this extension please visit https://keywordseverywhere.com/changelog.html

For videos on how to use the tool, please checkout our YouTube channel at https://www.youtube.com/@KeywordsEverywhere                    

확장 프로그램 기본 정보

이름 Keywords Everywhere - Keyword Tool Keywords Everywhere - Keyword Tool
ID hbapdpeemoojbophdfndmlgdhppljgmp
공식 URL https://chromewebstore.google.com/detail/keywords-everywhere-keywo/hbapdpeemoojbophdfndmlgdhppljgmp
설명 Keyword search volume, cpc and competition for 15+ websites like Google™ Search Console, YouTube™, Amazon™ & more
파일 크기 701 KB
설치 횟수 1,618,689
현재 버전 11.15
최근 업데이트 2024-02-26
출시 날짜 2020-06-02
평점 4.54/5 총 5543 개의 평점
개발자 https://keywordseverywhere.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://keywordseverywhere.com/
도움말 페이지 URL https://keywordseverywhere.com/frequently-asked-questions.html
개인정보 보호 정책 페이지 URL https://keywordseverywhere.com/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Keywords Everywhere - Keyword Tool",
    "description": "Keyword search volume, cpc and competition for 15+ websites like Google\u2122 Search Console, YouTube\u2122, Amazon\u2122 & more",
    "version": "11.15",
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "action": {
        "default_icon": "\/img\/icon128.png",
        "default_popup": "\/html\/popup.html"
    },
    "background": {
        "service_worker": "sw_background.js"
    },
    "options_page": "html\/options.html",
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.google.com\/webmasters\/tools\/search-analytics*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/cs-wmtools.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/css\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/search.google.com\/search-console*",
                "https:\/\/search.google.com\/u\/*\/search-console*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/cs-gsearch-console.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/css\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/analytics.google.com\/analytics\/web\/*",
                "https:\/\/analytics.google.com\/analytics\/app\/*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/cs-ga.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/css\/style.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/adwords.google.com\/aw\/*",
                "https:\/\/ads.google.com\/aw\/*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/cs-gkp2.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/css\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/adwords.google.com\/ko\/KeywordPlanner\/*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/cs-gkp.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/css\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/www.google.*\/*"
            ],
            "exclude_globs": [
                "https:\/\/analytics.google.com\/analytics\/web\/*",
                "https:\/\/www.google.com\/webmasters\/tools\/search-analytics*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/lib\/chartjs\/Chart.bundle.min.js",
                "\/lib\/pluralize.js",
                "\/js\/CSV.js",
                "\/js\/TrendsChart.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/cs-google.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/lib\/chartjs\/Chart.min.css",
                "\/css\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/www.google.*\/trends\/*",
                "*:\/\/trends.google.*\/trends\/*"
            ],
            "js": [
                "\/js\/cs-gtrends-inject.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/www.google.*\/trends\/*",
                "*:\/\/trends.google.*\/trends\/*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/lib\/chartjs\/Chart.bundle.min.js",
                "\/js\/CSV.js",
                "\/js\/TrendsChart.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/cs-gtrends.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/lib\/chartjs\/Chart.min.css",
                "\/css\/style.css"
            ],
            "run_at": "document_idle"
        },
        {
            "matches": [
                "*:\/\/ubersuggest.io\/*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/cs-uberio.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/css\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/answerthepublic.com\/reports\/*",
                "*:\/\/answerthepublic.com\/*\/reports\/*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/lib\/jquery-ui\/jquery-ui.min.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/cs-atp.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/lib\/jquery-ui\/jquery-ui.min.css",
                "\/css\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/soovle.com\/*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/lib\/jquery-ui\/jquery-ui.min.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/cs-soovle.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/lib\/jquery-ui\/jquery-ui.min.css",
                "\/css\/style.css"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/keywordshitter.com\/*",
                "*:\/\/www.keywordshitter.com\/*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/cs-kshitter.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/css\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.bing.com\/*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/lib\/chartjs\/Chart.bundle.min.js",
                "\/lib\/pluralize.js",
                "\/js\/CSV.js",
                "\/js\/TrendsChart.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/cs-bing.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/css\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/duckduckgo.com\/*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/cs-duckduckgo.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/css\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*.yahoo.com\/*",
                "*:\/\/*.search.yahoo.com\/*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/cs-yahoo.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/css\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.amazon.ae\/*",
                "*:\/\/www.amazon.com\/*",
                "*:\/\/www.amazon.co.uk\/*",
                "*:\/\/www.amazon.es\/*",
                "*:\/\/www.amazon.nl\/*",
                "*:\/\/www.amazon.mx\/*",
                "*:\/\/www.amazon.it\/*",
                "*:\/\/www.amazon.in\/*",
                "*:\/\/www.amazon.de\/*",
                "*:\/\/www.amazon.fr\/*",
                "*:\/\/www.amazon.cn\/*",
                "*:\/\/www.amazon.ca\/*",
                "*:\/\/www.amazon.sa\/*",
                "*:\/\/www.amazon.sg\/*",
                "*:\/\/www.amazon.com.au\/*",
                "*:\/\/www.amazon.com.br\/*",
                "*:\/\/www.amazon.com.mx\/*",
                "*:\/\/www.amazon.com.tr\/*",
                "*:\/\/www.amazon.co.jp\/*",
                "*:\/\/smile.amazon.ae\/*",
                "*:\/\/smile.amazon.com\/*",
                "*:\/\/smile.amazon.co.uk\/*",
                "*:\/\/smile.amazon.es\/*",
                "*:\/\/smile.amazon.nl\/*",
                "*:\/\/smile.amazon.mx\/*",
                "*:\/\/smile.amazon.it\/*",
                "*:\/\/smile.amazon.in\/*",
                "*:\/\/smile.amazon.de\/*",
                "*:\/\/smile.amazon.fr\/*",
                "*:\/\/smile.amazon.cn\/*",
                "*:\/\/smile.amazon.ca\/*",
                "*:\/\/smile.amazon.sa\/*",
                "*:\/\/smile.amazon.sg\/*",
                "*:\/\/smile.amazon.com.au\/*",
                "*:\/\/smile.amazon.com.br\/*",
                "*:\/\/smile.amazon.com.mx\/*",
                "*:\/\/smile.amazon.com.tr\/*",
                "*:\/\/smile.amazon.co.jp\/*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/cs-amazon.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/css\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.youtube.com\/*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/lib\/chartjs\/Chart.bundle.min.js",
                "\/lib\/pluralize.js",
                "\/js\/CSV.js",
                "\/js\/TaskManager.js",
                "\/js\/TrendsChart.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/cs-youtube.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/lib\/chartjs\/Chart.min.css",
                "\/css\/style.css",
                "\/css\/youtube.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.ebay.com\/*",
                "*:\/\/www.ebay.com.au\/*",
                "*:\/\/www.ebay.co.uk\/*",
                "*:\/\/www.ebay.ca\/*",
                "*:\/\/www.ebay.de\/*",
                "*:\/\/www.ebay.fr\/*",
                "*:\/\/www.ebay.ie\/*",
                "*:\/\/www.ebay.in\/*",
                "*:\/\/www.ebay.it\/*",
                "*:\/\/www.ebay.ph\/*",
                "*:\/\/www.ebay.com.sg\/*",
                "*:\/\/pages.ebay.com\/*",
                "*:\/\/pages.ebay.com.au\/*",
                "*:\/\/pages.ebay.co.uk\/*",
                "*:\/\/pages.ebay.ca\/*",
                "*:\/\/pages.ebay.fr\/*",
                "*:\/\/pages.ebay.ie\/*",
                "*:\/\/pages.ebay.in\/*",
                "*:\/\/pages.ebay.it\/*",
                "*:\/\/pages.ebay.ph\/*",
                "*:\/\/pages.ebay.com.sg\/*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/cs-ebay.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/css\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/twitter.com\/*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/cs-twitter.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/css\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.etsy.com\/*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/cs-etsy.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/css\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "include_globs": [
                "*:\/\/*.pinterest.*\/*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/lib\/chartjs\/Chart.bundle.min.js",
                "\/js\/CSV.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-tooltip.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/cs-pinterest.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/css\/tooltip.css",
                "\/css\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/www.instagram.com\/*"
            ],
            "js": [
                "\/js\/cs-instagram-inject.js"
            ],
            "run_at": "document_start"
        },
        {
            "matches": [
                "*:\/\/www.instagram.com\/*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/cs-instagram.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/css\/style.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/chat.openai.com\/*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/js\/cs-pageview.js",
                "\/js\/cs-ui-helper.js",
                "\/js\/cs-common.js",
                "\/js\/cs-starter.js",
                "\/js\/Widget.js",
                "\/js\/cs-openai-widget.js",
                "\/js\/cs-openai.js",
                "\/js\/cs-run.js"
            ],
            "css": [
                "\/css\/style.css",
                "\/css\/openai.css"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/keywordseverywhere.com\/*\/autocomplete.html*",
                "https:\/\/keywordseverywhere.com\/*\/autocomplete.php*",
                "https:\/\/keywordseverywhere.com\/*\/bulkTraffic.html*",
                "https:\/\/keywordseverywhere.com\/*\/bulkTraffic.php*",
                "https:\/\/keywordseverywhere.com\/*\/hashtags.html*",
                "https:\/\/keywordseverywhere.com\/*\/hashtags.php*",
                "https:\/\/keywordseverywhere.com\/*\/hashtags_bulk.html*",
                "https:\/\/keywordseverywhere.com\/*\/hashtags_bulk.php*",
                "https:\/\/keywordseverywhere.com\/*\/manual.html*",
                "https:\/\/keywordseverywhere.com\/*\/manual.php*",
                "https:\/\/keywordseverywhere.com\/*\/keywords.html*",
                "https:\/\/keywordseverywhere.com\/*\/keywords.php*",
                "https:\/\/keywordseverywhere.com\/*\/list.html*",
                "https:\/\/keywordseverywhere.com\/*\/list.php*",
                "https:\/\/keywordseverywhere.com\/*\/trends.html*",
                "https:\/\/keywordseverywhere.com\/*\/trends.php*",
                "https:\/\/keywordseverywhere.com\/*\/favorites.html*",
                "https:\/\/keywordseverywhere.com\/*\/favorites.php*",
                "https:\/\/keywordseverywhere.com\/*\/analyze.html*",
                "https:\/\/keywordseverywhere.com\/*\/analyze.php*",
                "https:\/\/keywordseverywhere.com\/*\/gap.html*",
                "https:\/\/keywordseverywhere.com\/*\/gap.php*",
                "https:\/\/keywordseverywhere.com\/*\/toppages.html*",
                "https:\/\/keywordseverywhere.com\/*\/toppages.php*"
            ],
            "js": [
                "\/lib\/jquery-3.6.0.min.js",
                "\/js\/cs-common.js",
                "\/js\/bridge.js"
            ],
            "all_frames": true,
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/keywordseverywhere.com\/*"
            ],
            "js": [
                "\/js\/cs-keywordseverywhere.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "https:\/\/keywordseverywhere.com\/ke\/widget.php*"
            ],
            "all_frames": true,
            "js": [
                "\/js\/cs-iframe-resize.js"
            ],
            "run_at": "document_start"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/img\/*",
                "\/html\/ytstats.html",
                "\/html\/igstats.html",
                "\/html\/twitterstats.html",
                "\/html\/diffstats.html",
                "\/html\/page.html",
                "\/html\/openai.html",
                "\/js\/cs-gtrends-ajax.js",
                "\/js\/cs-instagram-ajax.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "activeTab",
        "contextMenus",
        "scripting"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ]
}