Majestic CPC & Search Volume Enhancer

Adds keyword cpc and search volume to Majestic SEO

¿Qué es Majestic CPC & Search Volume Enhancer?

Majestic CPC & Search Volume Enhancer es una extensión de Chrome desarrollada por https://blog.cartercole.com, y su función principal es "Adds keyword cpc and search volume to Majestic SEO".

Capturas de Pantalla de la Extensión

screenshot
screenshot

Descargar Archivo CRX de la Extensión Majestic CPC & Search Volume Enhancer

Descarga archivos de extensión Majestic CPC & Search Volume Enhancer en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre Majestic CPC & Search Volume Enhancer Majestic CPC & Search Volume Enhancer
ID eggcpclmaohkpdbdgdldfldealehecea
URL Oficial https://chromewebstore.google.com/detail/majestic-cpc-search-volum/eggcpclmaohkpdbdgdldfldealehecea
Descripción Adds keyword cpc and search volume to Majestic SEO
Tamaño del Archivo 125 KB
Cantidad de Instalaciones 247
Versión Actual 0.1.0
Última Actualización 2013-09-04
Fecha de Publicación 2013-09-04
Calificación 4.50/5 Total de 4 Calificaciones
Desarrollador https://blog.cartercole.com
Tipo de Pago free
Sitio Web de la Extensión http://blog.cartercole.com
URL de la Página de Ayuda http://blog.cartercole.com
Idiomas Soportados 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"
    ]
}