Keyword Wrapper & Permutation Tool

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

O que é Keyword Wrapper & Permutation Tool?

Keyword Wrapper & Permutation Tool é uma extensão do Chrome desenvolvida por https://clickboost.co.uk, e sua principal característica é "By far the best PPC Keyword Wrapper available as a Chrome extension.".

Capturas de Tela da Extensão

screenshot

Baixar o arquivo CRX da Extensão Keyword Wrapper & Permutation Tool

Baixe arquivos de extensão Keyword Wrapper & Permutation Tool no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        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.                    

Informações Básicas da Extensão

Nome Keyword Wrapper & Permutation Tool Keyword Wrapper & Permutation Tool
ID mhdnileajaidhkhmomkdjgnpkbgepgoe
URL Oficial https://chromewebstore.google.com/detail/keyword-wrapper-permutati/mhdnileajaidhkhmomkdjgnpkbgepgoe
Descrição By far the best PPC Keyword Wrapper available as a Chrome extension.
Tamanho do Arquivo 194 KB
Contagem de Instalações 769
Versão Atual 1.2
Última Atualização 2019-12-12
Data de Publicação 2019-12-12
Classificação 5.00/5 Total de 7 Avaliações
Desenvolvedor https://clickboost.co.uk
Email [email protected]
Tipo de Pagamento free
Idiomas Suportados 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"
    ]
}