Keyword Genius

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

Что такое Keyword Genius?

Keyword Genius - это расширение Chrome, разработанное Metricstory, и его основная функция - "Automatically see how your keywords and search terms are performing among your competition.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Keyword Genius

Скачайте файлы расширений 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
Электронная почта [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"
    ]
}