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
官方網址 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"
    ]
}