Keyword Wrapper & Permutation Tool

By far the best PPC Keyword Wrapper available as a Chrome extension.

Что такое Keyword Wrapper & Permutation Tool?

Keyword Wrapper & Permutation Tool - это расширение Chrome, разработанное https://clickboost.co.uk, и его основная функция - "By far the best PPC Keyword Wrapper available as a Chrome extension.".

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

screenshot

Скачать файл CRX расширения Keyword Wrapper & Permutation Tool

Скачайте файлы расширений Keyword Wrapper & Permutation Tool в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        This Keyword Wrapper Tool has been designed for Google Ads (AdWords) & Microsoft Ads (Bing Ads) and is by far the best Chrome extension to wrap keywords and create different keyword permutations. 

It allows you to wrap keywords using broad, broad match modifier, phrase and exact match keywords.  

Keyword lists can also be exported and saved meaning that you can export them into a spreadsheet at a later time if required. 

Also, unlike other keyword wrapper tools, this one saves your keywords even after the Chrome plugin is minimised meaning that you can easily copy and paste from the extension directly into Google or Bing Ads.                    

Основная информация о расширении

Название Keyword Wrapper & Permutation Tool Keyword Wrapper & Permutation Tool
ID mhdnileajaidhkhmomkdjgnpkbgepgoe
Официальный URL https://chromewebstore.google.com/detail/keyword-wrapper-permutati/mhdnileajaidhkhmomkdjgnpkbgepgoe
Описание By far the best PPC Keyword Wrapper available as a Chrome extension.
Размер файла 194 KB
Количество установок 769
Текущая Версия 1.2
Последнее Обновление 2019-12-12
Дата публикации 2019-12-12
Рейтинг 5.00/5 Всего 7 оценок
Разработчик https://clickboost.co.uk
Электронная почта [email protected]
Тип оплаты free
Поддерживаемые языки en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Keyword Wrapper & Permutation Tool",
    "short_name": "Keyword Wrapper",
    "description": "By far the best PPC Keyword Wrapper available as a Chrome extension.",
    "version": "1.2",
    "manifest_version": 2,
    "icons": {
        "256": "icon.png"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "storage"
    ]
}