Grep Analytics

Adding Search Volume, CPC, Estimated Rank and Traffic Value to Google Analytics Organic

什么是Grep Analytics?

Grep Analytics是由Russ Jones开发的Chrome扩展程序,该扩展的主要功能是“Adding Search Volume, CPC, Estimated Rank and Traffic Value to Google Analytics Organic”。

扩展截图

screenshot

下载Grep Analytics扩展crx文件

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

扩展使用说明

                        Add search volume, CPC, Traffic Value and Estimated Rank to your Google Organic Keyword Search Report in Google Analytics                    

扩展基本信息

名称 Grep Analytics Grep Analytics
ID hhcabnimeljlahjogpeaadngfplldfcb
官方URL https://chrome.google.com/webstore/detail/grep-analytics/hhcabnimeljlahjogpeaadngfplldfcb
简介 Adding Search Volume, CPC, Estimated Rank and Traffic Value to Google Analytics Organic
文件大小 50.34 KB
安装次数 143
当前版本 1.2
更新时间 2013-08-15
上架时间 2013-08-15
评分 4.33/5 共3次评分
开发者 Russ Jones
付费类型 free
扩展官网 http://www.thegooglecache.com
支持的语言 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "background": {
        "page": "background.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*"
            ],
            "js": [
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "icons\/icon-16.png",
        "19": "icons\/icon-19.png",
        "24": "icons\/icon-24.png",
        "32": "icons\/icon-32.png",
        "38": "icons\/icon-38.png",
        "48": "icons\/icon-48.png",
        "64": "icons\/icon-64.png",
        "128": "icons\/icon-128.png"
    },
    "options_page": "options.html",
    "manifest_version": 2,
    "description": "Adding Search Volume, CPC, Estimated Rank and Traffic Value to Google Analytics Organic",
    "name": "Grep Analytics",
    "permissions": [
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "version": "1.2"
}