Majestic CPC & Search Volume Enhancer

Adds keyword cpc and search volume to Majestic SEO

什么是Majestic CPC & Search Volume Enhancer?

Majestic CPC & Search Volume Enhancer是由https://blog.cartercole.com开发的Chrome扩展程序,该扩展的主要功能是“Adds keyword cpc and search volume to Majestic SEO”。

扩展截图

screenshot
screenshot

下载Majestic CPC & Search Volume Enhancer扩展crx文件

下载Majestic CPC & Search Volume Enhancer扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 Majestic CPC & Search Volume Enhancer Majestic CPC & Search Volume Enhancer
ID eggcpclmaohkpdbdgdldfldealehecea
官方URL https://chromewebstore.google.com/detail/majestic-cpc-search-volum/eggcpclmaohkpdbdgdldfldealehecea
简介 Adds keyword cpc and search volume to Majestic SEO
文件大小 125 KB
安装次数 247
当前版本 0.1.0
更新时间 2013-09-04
上架时间 2013-09-04
评分 4.50/5 共4次评分
开发者 https://blog.cartercole.com
付费类型 free
扩展官网 http://blog.cartercole.com
帮助页面URL http://blog.cartercole.com
支持的语言 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"
    ]
}