Ubersuggest CPC & Search Volume Enhancer
Adds keyword cpc and search volume to ubersuggest results
什么是Ubersuggest CPC & Search Volume Enhancer?
Ubersuggest CPC & Search Volume Enhancer是由https://cartercole.com开发的Chrome扩展程序,该扩展的主要功能是“Adds keyword cpc and search volume to ubersuggest results”。
扩展截图
下载Ubersuggest CPC & Search Volume Enhancer扩展crx文件
下载Ubersuggest CPC & Search Volume Enhancer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
This tool uses the grepWords API to pull CPC and search volume data for results in UberSuggest, It also augments the export to output a csv as well as all the search data.
Be sure to set your API key in the options or it wont work
Get an API key from:
http://grepwords.com 扩展基本信息
| 名称 | |
| ID | hopggcicaffnjomhjjpogcelclkbnigp |
| 官方URL | https://chromewebstore.google.com/detail/ubersuggest-cpc-search-vo/hopggcicaffnjomhjjpogcelclkbnigp |
| 简介 | Adds keyword cpc and search volume to ubersuggest results |
| 文件大小 | 186 KB |
| 安装次数 | 3,443 |
| 当前版本 | 0.1.3 |
| 更新时间 | 2013-09-03 |
| 上架时间 | 2013-09-02 |
| 评分 | 4.00/5 共11次评分 |
| 开发者 | https://cartercole.com |
| 付费类型 | free |
| 扩展官网 | http://blog.cartercole.com |
| 帮助页面URL | http://blog.cartercole.com |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Ubersuggest CPC & Search Volume Enhancer",
"version": "0.1.3",
"manifest_version": 2,
"content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
"background": {
"scripts": [
"js\/jquery.js",
"js\/underscore.js",
"js\/background.js"
]
},
"description": "Adds keyword cpc and search volume to ubersuggest results",
"homepage_url": "http:\/\/blog.cartercole.com\/",
"icons": {
"128": "img\/icon.png"
},
"content_scripts": [
{
"matches": [
"http:\/\/ubersuggest.org\/*",
"https:\/\/ubersuggest.org\/*"
],
"css": [
"css\/inpage.css"
],
"js": [
"js\/underscore.js",
"js\/jquery.js",
"js\/inpage.js"
]
}
],
"options_page": "options.html",
"permissions": [
"http:\/\/ubersuggest.org\/*",
"https:\/\/ubersuggest.org\/*",
"http:\/\/api.grepwords.com\/lookup*"
]
} | |