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*"
]
} | |