Majestic CPC & Search Volume Enhancer
Adds keyword cpc and search volume to Majestic SEO
Co to jest Majestic CPC & Search Volume Enhancer?
Majestic CPC & Search Volume Enhancer to rozszerzenie Chrome opracowane przez https://blog.cartercole.com, a jego główną funkcją jest „Adds keyword cpc and search volume to Majestic SEO”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Majestic CPC & Search Volume Enhancer
Pobierz pliki rozszerzeń Majestic CPC & Search Volume Enhancer w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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
Podstawowe informacje o rozszerzeniu
Nazwa | Majestic CPC & Search Volume Enhancer |
ID | eggcpclmaohkpdbdgdldfldealehecea |
Oficjalny URL | https://chromewebstore.google.com/detail/majestic-cpc-search-volum/eggcpclmaohkpdbdgdldfldealehecea |
Opis | Adds keyword cpc and search volume to Majestic SEO |
Rozmiar pliku | 125 KB |
Liczba instalacji | 247 |
Aktualna Wersja | 0.1.0 |
Ostatnia Aktualizacja | 2013-09-04 |
Data Publikacji | 2013-09-04 |
Ocena | 4.50/5 Łącznie 4 Oceny |
Deweloper | https://blog.cartercole.com |
Typ Płatności | free |
Strona Rozszerzenia | http://blog.cartercole.com |
Adres URL Strony Pomocy | http://blog.cartercole.com |
Obsługiwane Języki | 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" ] } |