Grep Analytics
Adding Search Volume, CPC, Estimated Rank and Traffic Value to Google Analytics Organic
Wat is Grep Analytics?
Grep Analytics is een Chrome-extensie ontwikkeld door Russ Jones, en de belangrijkste functie is "Adding Search Volume, CPC, Estimated Rank and Traffic Value to Google Analytics Organic".
Extensie Screenshots
Download het CRX-bestand van de extensie Grep Analytics
Download Grep Analytics-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
Add search volume, CPC, Traffic Value and Estimated Rank to your Google Organic Keyword Search Report in Google Analytics
Basisinformatie over de Extensie
Naam | |
ID | hhcabnimeljlahjogpeaadngfplldfcb |
Officiële URL | https://chrome.google.com/webstore/detail/grep-analytics/hhcabnimeljlahjogpeaadngfplldfcb |
Beschrijving | Adding Search Volume, CPC, Estimated Rank and Traffic Value to Google Analytics Organic |
Bestandsgrootte | 50.34 KB |
Aantal Installaties | 143 |
Huidige Versie | 1.2 |
Laatst Bijgewerkt | 2013-08-15 |
Publicatiedatum | 2013-08-15 |
Beoordeling | 4.33/5 Totaal 3 Beoordelingen |
Ontwikkelaar | Russ Jones |
Betalingswijze | free |
Extensiewebsite | http://www.thegooglecache.com |
Ondersteunde Talen | 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" } |