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ファイルをダウンロード

Keyword Genius拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        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
Eメール [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"
    ]
}