aHrefs Search Volume & CPC Anchor Enhancer

Adds keyword cpc, competition and search volume to aHrefs

什么是aHrefs Search Volume & CPC Anchor Enhancer?

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

扩展截图

screenshot

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

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

扩展使用说明

                        When analyzing anchor text it's useful to know the CPC and search volume of the keywords that are linked with. Now you can see what high volume, high CPC your competitors are optimizing for and tell on them

Be sure to set your API key in the options or it wont work!

Get an API key from:
http://grepwords.com                    

扩展基本信息

名称 aHrefs Search Volume & CPC Anchor Enhancer aHrefs Search Volume & CPC Anchor Enhancer
ID pdmkbfmeeijoafnndpcldheaimcibdln
官方URL https://chromewebstore.google.com/detail/ahrefs-search-volume-cpc/pdmkbfmeeijoafnndpcldheaimcibdln
简介 Adds keyword cpc, competition and search volume to aHrefs
文件大小 125 KB
安装次数 904
当前版本 0.1.0
更新时间 2013-09-06
上架时间 2013-09-06
评分 3.00/5 共9次评分
开发者 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:\/\/ahrefs.com\/*",
                "http:\/\/ahrefs.com\/*"
            ]
        }
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "description": "Adds keyword cpc, competition and search volume to aHrefs",
    "homepage_url": "http:\/\/blog.cartercole.com\/",
    "icons": {
        "128": "img\/icon.png"
    },
    "manifest_version": 2,
    "name": "aHrefs Search Volume & CPC Anchor Enhancer",
    "options_page": "options.html",
    "permissions": [
        "https:\/\/ahrefs.com\/*",
        "http:\/\/ahrefs.com\/*",
        "http:\/\/api.grepwords.com\/lookup*"
    ],
    "version": "0.1.0",
    "web_accessible_resources": [
        "img\/get.png"
    ]
}