Majestic CPC & Search Volume Enhancer

Adds keyword cpc and search volume to Majestic SEO

Qu'est-ce que Majestic CPC & Search Volume Enhancer ?

Majestic CPC & Search Volume Enhancer est une extension Chrome développée par https://blog.cartercole.com, et sa fonction principale est "Adds keyword cpc and search volume to Majestic SEO".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension Majestic CPC & Search Volume Enhancer

Téléchargez les fichiers d'extension Majestic CPC & Search Volume Enhancer au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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                    

Informations de Base sur l'Extension

Nom Majestic CPC & Search Volume Enhancer Majestic CPC & Search Volume Enhancer
ID eggcpclmaohkpdbdgdldfldealehecea
URL Officiel https://chromewebstore.google.com/detail/majestic-cpc-search-volum/eggcpclmaohkpdbdgdldfldealehecea
Description Adds keyword cpc and search volume to Majestic SEO
Taille du Fichier 125 KB
Nombre d'Installations 247
Version Actuelle 0.1.0
Dernière Mise à Jour 2013-09-04
Date de Publication 2013-09-04
Évaluation 4.50/5 Total 4 Évaluations
Développeur https://blog.cartercole.com
Type de Paiement free
Site Web de l'Extension http://blog.cartercole.com
URL de la Page d'Aide http://blog.cartercole.com
Langues Prises en Charge 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"
    ]
}