PPC NegativeKeywords Tool

Позволяет собирать слова по клику из поисковых отчетов

Vad är PPC NegativeKeywords Tool?

PPC NegativeKeywords Tool är en Chrome-tillägg utvecklad av https://pengstud.com, och dess huvudfunktion är "Позволяет собирать слова по клику из поисковых отчетов".

Tilläggsskärmbilder

screenshot

Ladda ner PPC NegativeKeywords Tool-förlängningens CRX-fil

Ladda ner PPC NegativeKeywords Tool-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        The extension of the NegativeKeywords tool allows you to quickly and easily collect negative keywords in different PPC services.
How it works:
 
1. Clicking on a word in a phrase adds it to the list of negative keywords, which can be copied and uploaded to an advertising campaign.
2. Alt + LeftClick key combination adds a phrase.
3. You can load sample or custom negative keywords into the campaign.
 
On average, about 10% of effective working time the ppc-specialist spends on analyzing search queries and adding negative keywords to the advertising campaign, this tool allows to speed up this process. Using this extension, you can do the process of adding negative keywords to your AdWords or Bind account at least two times faster. If you consider on average 120 effective working hours per month, this application can save:
 
(Working time * % of processing costs of adding negative keywords) * (% acceleration of work).
(120 * 10%) * 50% = 6 hours.
 
Profit for ppc specialist is to SAVE 6-8 hours per month.
 
There are 2 options for use:
 
Basic
You can add up to 30 negative keywords per month
There is no possibility to add custom lists
 
Pro
No limit on adding words
You can add custom lists
 
If you have any questions, please email: [email protected]

Собирайте минус-слова из поисковых отчетов по клику для более быстрой настройки рекламы!

Как это работает:
 
1. Используйте PPC NegativeKeywords Tool, когда готовите новую рекламную кампанию или просматриваете отчет по поисковым запросам.
2. Клик на слово (Alt + LeftClick для фраз) добавит его в список минус-слов. Когда список закончен, в пару кликов скопируйте и загрузите его в кампанию.
3. В расширении вы можете создавать свои списки минус-слов и использовать их повторно.
4. Доступны типовые списки минус-слов: общие мусорные запросы, список по странам и регионам, ругательства и не только.

РРС-специалист тратит в среднем 6 часов в месяц на анализ поисковых запросов и добавление минус-слов в кампании. Расширение для Google Chrome + Личный кабинет в Hub of PPC Tools от Penguin-team ускоряет процесс минимум в 2 раза!

[Клик на слово в фразе добавляет его в список минус-слов]
[Сочетание клавиш Alt + LeftClick добавляет фразу целиком]

2 варианты использования:
 
Basic
Можно добавлять до 30 минус-слов в месяц
Отсутствует возможность добавлять кастомные списки
 
Pro 
Без ограничений по добавлению слов
Можно добавлять кастомные списки
 
Для вопросов и предложений: [email protected]


------------------------------------------------------                    

Grundläggande Information om Tillägg

Namn PPC NegativeKeywords Tool PPC NegativeKeywords Tool
ID bhngmgdidjmeidaipaaofefjkehlljof
Officiell webbadress https://chromewebstore.google.com/detail/ppc-negativekeywords-tool/bhngmgdidjmeidaipaaofefjkehlljof
Beskrivning Позволяет собирать слова по клику из поисковых отчетов
Filstorlek 1.25 MB
Antal Installationer 3,365
Aktuell Version 3.0.49
Senast Uppdaterad 2020-10-29
Publiceringsdatum 2020-04-20
Betyg 4.18/5 Totalt 45 Betyg
Utvecklare https://pengstud.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.komondor.tools/en/tools/negativekeywords-tool/
URL till Sekretesspolicy Sidan https://pengstud.com/terms
Stödda Språk en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "PPC NegativeKeywords Tool",
    "description": "\u041f\u043e\u0437\u0432\u043e\u043b\u044f\u0435\u0442 \u0441\u043e\u0431\u0438\u0440\u0430\u0442\u044c \u0441\u043b\u043e\u0432\u0430 \u043f\u043e \u043a\u043b\u0438\u043a\u0443 \u0438\u0437 \u043f\u043e\u0438\u0441\u043a\u043e\u0432\u044b\u0445 \u043e\u0442\u0447\u0435\u0442\u043e\u0432",
    "version": "3.0.49",
    "author": "Laznevoy Alexander",
    "permissions": [
        "tabs",
        "storage",
        "clipboardRead",
        "clipboardWrite",
        "notifications",
        "http:\/\/*\/",
        "*:\/\/fastkeywords\/",
        "*:\/\/ads.google.com\/",
        "*:\/\/ui.bingads.microsoft.com\/",
        "*:\/\/ui.ads.microsoft.com\/",
        "*:\/\/adinsight.bingads.microsoft.com\/",
        "*:\/\/adinsight.ads.microsoft.com\/",
        "*:\/\/serpstat.com\/",
        "*:\/\/app.neilpatel.com\/",
        "*:\/\/www.spyfu.com\/",
        "*:\/\/tools.optmyzr.com\/",
        "*:\/\/pro.similarweb.com\/",
        "*:\/\/www.semrush.com\/",
        "*:\/\/www.ispionage.com\/",
        "*:\/\/direct.yandex\/",
        "*:\/\/metrika.yandex\/",
        "*:\/\/wordstat.yandex\/",
        "*:\/\/sellercentral.amazon.com\/",
        "*:\/\/advertising.amazon.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*",
                "file:\/\/\/*\/*"
            ],
            "js": [
                "content-script\/content-script.js"
            ],
            "css": [
                "content-script\/content-script.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "browser_action": {
        "default_title": "PPC NegativeKeywords Tool",
        "default_icon": "assets\/images\/ico_48x48.png",
        "default_popup": "index.html#\/home"
    },
    "background": {
        "persistent": false,
        "page": "index.html#\/background"
    },
    "web_accessible_resources": [
        "assets\/css\/*",
        "assets\/js\/*",
        "assets\/fonts\/*",
        "assets\/images\/*",
        "app.html"
    ],
    "icons": {
        "16": "assets\/images\/ico_16x16.png",
        "32": "assets\/images\/ico_48x48.png",
        "48": "assets\/images\/ico_48x48.png",
        "128": "assets\/images\/ico_128x128.png"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
}