Keyword Genius

Automatically see how your keywords and search terms are performing among your competition.

Keyword Genius란 무엇입니까?

Keyword Genius은(는) Metricstory에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Automatically see how your keywords and search terms are performing among your competition."입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Keyword Genius 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Overview
Compatible with your device
Drive more revenue by adding keywords with just 1-click! 
Keyword Genius allows you to immediately bid on valuable keywords and drive new visitors to your site, setting yourself up for more conversions in your e-comm store. 

WHAT IS KEYWORD GENIUS?
Keyword Genius powered by Metricstory enables digital marketers to instantly act on specific, high-value recommendations that drive new revenue. By empowering marketers to act right from their website, Keyword Genius offers a simple workflow that delivers powerful revenue impact in days and weeks, not months and quarters.

Keyword Genius offers intelligent recommendations and opportunities at the keyword, shopping, and SEO levels that are directly actionable from e-commerce websites. The A.I. approach empowers marketers to scientifically drive incremental revenue and eliminate hours of manual analysis. 

HOW DOES IT WORK?
Increased Revenue - Unlock untapped revenue from curated recommendations, without leaving your website to capture new revenue in 1-click before your competition does!

Adding Proven Keywords - Add keywords that have already driven revenue from Google Shopping!

SEO Suggestions - Accelerate revenue by quickly creating search ads on high volume organic queries.

Adjusting Keyword Bids - Increase bids to a scientifically optimal level to increase conversions and revenue maintaining a high ROAS.

Modifying Shopping Bids - Increase bids to an optimal level to drive top-line revenue at a high ROAS.

NEW REVENUE OPPORTUNITIES EVERYDAY
Keyword Genius does the heavy lifting, curating new keywords to add to your Google Ads account every day. Our data science engine analyzes millions of data points, so you don’t have to.

1-CLICK TO ACTION
Click accept (or decline) on recommendations and the keyword is automatically placed in the right spot in your Google Ads account. No need to go back into Google Ads.

$500,000,000+ IN REVENUE AND COUNTING
"Made $34k in additional revenue in under 2 months." - Restaurant Supply

"I made $585 in additional conversions while drinking my morning coffee" - All Wall

"I use it in my daily workflow to add new keywords and increase conversions" - Magid Glove

“Keyword Genius is a very powerful extension that gives insights that you really can't see any other way. If you spend money with Google, you need this tool," - Tom Gonser, founder of DocuSign, General Partner at Seven Peaks Ventures

INSTALL KEYWORD GENIUS FOR FREE!

For more Info:
Website: https://www.keywordgenius.com/
Customer Stories: https://metricstory.com/use-cases
Twitter: https://twitter.com/metricstory
Support and Feedback: [email protected]


Please note: Metricstory respects your privacy and does not store cost or conversion data. It only provides useful insights on search terms and keywords.                    

확장 프로그램 기본 정보

이름 Keyword Genius Keyword Genius
ID aagepdfbobpnkdcppbjhfcdbageaaiif
공식 URL https://chromewebstore.google.com/detail/keyword-genius/aagepdfbobpnkdcppbjhfcdbageaaiif
설명 Automatically see how your keywords and search terms are performing among your competition.
파일 크기 1.69 MB
설치 횟수 206
현재 버전 2.0.6
최근 업데이트 2020-09-18
출시 날짜 2019-12-09
평점 4.80/5 총 5 개의 평점
개발자 Metricstory
이메일 [email protected]
결제 유형 free
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Keyword Genius",
    "description": "Automatically see how your keywords and search terms are performing among your competition.",
    "version": "2.0.6",
    "browser_action": {
        "default_icon": {
            "16": "public\/images\/logo_16x16.png",
            "24": "public\/images\/logo_24x24.png",
            "32": "public\/images\/logo_32x32.png",
            "48": "public\/images\/logo_48x48.png",
            "128": "public\/images\/logo_128x128.png"
        },
        "default_title": "Metricstory"
    },
    "icons": {
        "16": "public\/images\/logo_16x16.png",
        "24": "public\/images\/logo_24x24.png",
        "32": "public\/images\/logo_32x32.png",
        "48": "public\/images\/logo_48x48.png",
        "128": "public\/images\/logo_128x128.png"
    },
    "permissions": [
        "storage",
        "cookies",
        "https:\/\/app.metricstory.com\/"
    ],
    "content_security_policy": "script-src 'self' 'sha256-GgRxrVOKNdB4LrRsVPDSbzvfdV4UqglmviH9GoBJ5jk='; object-src 'self'",
    "background": {
        "scripts": [
            "src\/background.js"
        ],
        "persistent": false
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                "src\/contentscript.js"
            ],
            "run_at": "document_end"
        }
    ],
    "options_page": "src\/options.html",
    "web_accessible_resources": [
        "public\/fonts\/brand-icons.eot",
        "public\/fonts\/brand-icons.svg",
        "public\/fonts\/brand-icons.ttf",
        "public\/fonts\/brand-icons.woff",
        "public\/fonts\/brand-icons.woff2",
        "public\/fonts\/icons.eot",
        "public\/fonts\/icons.otf",
        "public\/fonts\/icons.svg",
        "public\/fonts\/icons.ttf",
        "public\/fonts\/icons.woff",
        "public\/fonts\/icons.woff2",
        "public\/fonts\/outline-icons.eot",
        "public\/fonts\/outline-icons.svg",
        "public\/fonts\/outline-icons.ttf",
        "public\/fonts\/outline-icons.woff",
        "public\/fonts\/outline-icons.woff2",
        "public\/images\/arrow-up.svg",
        "public\/images\/logo-vector.svg",
        "public\/images\/logo_svg.svg",
        "src\/popup.js",
        "src\/options.js",
        "src\/options.html",
        "src\/popup.html"
    ]
}