Majestic CPC & Search Volume Enhancer

Adds keyword cpc and search volume to Majestic SEO

Was ist Majestic CPC & Search Volume Enhancer?

Majestic CPC & Search Volume Enhancer ist eine Chrome-Erweiterung, die von https://blog.cartercole.com entwickelt wurde, und ihr Hauptmerkmal ist "Adds keyword cpc and search volume to Majestic SEO".

Erweiterungsscreenshots

screenshot
screenshot

Majestic CPC & Search Volume Enhancer-Erweiterungs-CRX-Datei herunterladen

Laden Sie Majestic CPC & Search Volume Enhancer-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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                    

Grundlegende Informationen zur Erweiterung

Name Majestic CPC & Search Volume Enhancer Majestic CPC & Search Volume Enhancer
ID eggcpclmaohkpdbdgdldfldealehecea
Offizielle URL https://chromewebstore.google.com/detail/majestic-cpc-search-volum/eggcpclmaohkpdbdgdldfldealehecea
Beschreibung Adds keyword cpc and search volume to Majestic SEO
Dateigröße 125 KB
Installationsanzahl 247
Aktuelle Version 0.1.0
Letztes Update 2013-09-04
Veröffentlichungsdatum 2013-09-04
Bewertung 4.50/5 Insgesamt 4 Bewertungen
Entwickler https://blog.cartercole.com
Zahlungsart free
Erweiterungswebsite http://blog.cartercole.com
Hilfeseite URL http://blog.cartercole.com
Unterstützte Sprachen 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"
    ]
}