Keyword Wrapper & Permutation Tool
By far the best PPC Keyword Wrapper available as a Chrome extension.
What is Keyword Wrapper & Permutation Tool?
Keyword Wrapper & Permutation Tool is a Chrome extension developed by https://clickboost.co.uk, and its main feature is "By far the best PPC Keyword Wrapper available as a Chrome extension.".
Extension Screenshots
Download Keyword Wrapper & Permutation Tool Extension CRX File
Download Keyword Wrapper & Permutation Tool extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Keyword Wrapper & Permutation Tool |
ID | mhdnileajaidhkhmomkdjgnpkbgepgoe |
Official URL | https://chromewebstore.google.com/detail/keyword-wrapper-permutati/mhdnileajaidhkhmomkdjgnpkbgepgoe |
Description | By far the best PPC Keyword Wrapper available as a Chrome extension. |
File Size | 194 KB |
Installation Count | 769 |
Current Version | 1.2 |
Last Updated | 2019-12-12 |
Publish Date | 2019-12-12 |
Rating | 5.00/5 Total 7 Ratings |
Developer | https://clickboost.co.uk |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } |