Majestic CPC & Search Volume Enhancer

Adds keyword cpc and search volume to Majestic SEO

Apa itu Majestic CPC & Search Volume Enhancer?

Majestic CPC & Search Volume Enhancer adalah ekstensi Chrome yang dikembangkan oleh https://blog.cartercole.com, dan fitur utamanya adalah "Adds keyword cpc and search volume to Majestic SEO".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Majestic CPC & Search Volume Enhancer

Unduh file ekstensi Majestic CPC & Search Volume Enhancer dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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                    

Informasi Dasar Ekstensi

Nama Majestic CPC & Search Volume Enhancer Majestic CPC & Search Volume Enhancer
ID eggcpclmaohkpdbdgdldfldealehecea
URL Resmi https://chromewebstore.google.com/detail/majestic-cpc-search-volum/eggcpclmaohkpdbdgdldfldealehecea
Deskripsi Adds keyword cpc and search volume to Majestic SEO
Ukuran File 125 KB
Jumlah Instalasi 247
Versi Saat Ini 0.1.0
Terakhir Diperbarui 2013-09-04
Tanggal Publikasi 2013-09-04
Penilaian 4.50/5 Total 4 Penilaian
Pengembang https://blog.cartercole.com
Tipe Pembayaran free
Situs Ekstensi http://blog.cartercole.com
URL Halaman Bantuan http://blog.cartercole.com
Bahasa yang Didukung 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"
    ]
}