Keyword Wrapper & Permutation Tool

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

Qu'est-ce que Keyword Wrapper & Permutation Tool ?

Keyword Wrapper & Permutation Tool est une extension Chrome développée par https://clickboost.co.uk, et sa fonction principale est "By far the best PPC Keyword Wrapper available as a Chrome extension.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension Keyword Wrapper & Permutation Tool

Téléchargez les fichiers d'extension Keyword Wrapper & Permutation Tool au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom Keyword Wrapper & Permutation Tool Keyword Wrapper & Permutation Tool
ID mhdnileajaidhkhmomkdjgnpkbgepgoe
URL Officiel https://chromewebstore.google.com/detail/keyword-wrapper-permutati/mhdnileajaidhkhmomkdjgnpkbgepgoe
Description By far the best PPC Keyword Wrapper available as a Chrome extension.
Taille du Fichier 194 KB
Nombre d'Installations 769
Version Actuelle 1.2
Dernière Mise à Jour 2019-12-12
Date de Publication 2019-12-12
Évaluation 5.00/5 Total 7 Évaluations
Développeur https://clickboost.co.uk
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
    ]
}