Majestic CPC & Search Volume Enhancer
Adds keyword cpc and search volume to Majestic SEO
Majestic CPC & Search Volume Enhancer क्या है?
Majestic CPC & Search Volume Enhancer https://blog.cartercole.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Adds keyword cpc and search volume to Majestic SEO"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Majestic CPC & Search Volume Enhancer एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Now you can see the value and competition of different anchor text phrases right in Majestic SEO The site explorer and advanced anchor text reports get cpc, search volume and competion data added right into the table Don't forget to add your API key in the options or it wont work Get an API key from: http://grepwords.com
एक्सटेंशन की मूल जानकारी
नाम | Majestic CPC & Search Volume Enhancer |
ID | eggcpclmaohkpdbdgdldfldealehecea |
आधिकारिक URL | https://chromewebstore.google.com/detail/majestic-cpc-search-volum/eggcpclmaohkpdbdgdldfldealehecea |
विवरण | Adds keyword cpc and search volume to Majestic SEO |
फ़ाइल का आकार | 125 KB |
स्थापना संख्या | 247 |
वर्तमान संस्करण | 0.1.0 |
अंतिम अपडेट | 2013-09-04 |
प्रकाशन तिथि | 2013-09-04 |
रेटिंग | 4.50/5 कुल 4 रेटिंग्स |
डेवलपर | https://blog.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", "background": { "scripts": [ "js\/jquery.js", "js\/underscore.js", "js\/background.js" ] }, "content_scripts": [ { "css": [ "css\/inpage.css" ], "js": [ "js\/parseuri.js", "js\/underscore.js", "js\/jquery.js", "js\/inpage.js" ], "matches": [ "https:\/\/*.majesticseo.com\/*", "http:\/\/*.majesticseo.com\/*" ] } ], "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'", "description": "Adds keyword cpc and search volume to Majestic SEO", "homepage_url": "http:\/\/blog.cartercole.com\/", "icons": { "128": "img\/icon.png" }, "manifest_version": 2, "name": "Majestic CPC & Search Volume Enhancer", "options_page": "options.html", "permissions": [ "https:\/\/*.majesticseo.com\/", "http:\/\/*.majesticseo.com\/", "http:\/\/api.grepwords.com\/lookup*" ], "version": "0.1.0", "web_accessible_resources": [ "img\/get.png" ] } |