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
官方網址 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"
    ]
}