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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds keyword cpc and search volume to ubersuggest results"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ubersuggest CPC & Search Volume Enhancer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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
एक्सटेंशन की मूल जानकारी
नाम | Ubersuggest CPC & Search Volume Enhancer |
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*" ] } |