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"
}