Keyword Wrapper & Permutation Tool
By far the best PPC Keyword Wrapper available as a Chrome extension.
什麼是Keyword Wrapper & Permutation Tool?
Keyword Wrapper & Permutation Tool是由https://clickboost.co.uk開發的Chrome擴展程式,該擴展的主要功能是“By far the best PPC Keyword Wrapper available as a Chrome extension.”。
擴展截圖
下載Keyword Wrapper & Permutation Tool擴展crx文件
下載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 |
ID | mhdnileajaidhkhmomkdjgnpkbgepgoe |
官方網址 | 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" ] } |