Keyword Wrapper & Permutation Tool

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

Cos'è Keyword Wrapper & Permutation Tool?

Keyword Wrapper & Permutation Tool è un'estensione di Chrome sviluppata da https://clickboost.co.uk, e la sua funzione principale è "By far the best PPC Keyword Wrapper available as a Chrome extension.".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Keyword Wrapper & Permutation Tool

Scarica i file di estensione Keyword Wrapper & Permutation Tool in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Keyword Wrapper & Permutation Tool Keyword Wrapper & Permutation Tool
ID mhdnileajaidhkhmomkdjgnpkbgepgoe
URL Ufficiale https://chromewebstore.google.com/detail/keyword-wrapper-permutati/mhdnileajaidhkhmomkdjgnpkbgepgoe
Descrizione By far the best PPC Keyword Wrapper available as a Chrome extension.
Dimensione del File 194 KB
Conteggio Installazioni 769
Versione Corrente 1.2
Ultimo Aggiornamento 2019-12-12
Data di Pubblicazione 2019-12-12
Valutazione 5.00/5 Totale 7 Valutazioni
Sviluppatore https://clickboost.co.uk
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
    ]
}