Grep Analytics
Adding Search Volume, CPC, Estimated Rank and Traffic Value to Google Analytics Organic
Hvad er Grep Analytics?
Grep Analytics er en Chrome-udvidelse udviklet af Russ Jones, og dens hovedfunktion er "Adding Search Volume, CPC, Estimated Rank and Traffic Value to Google Analytics Organic".
Udvidelsesskærmbilleder
Download Grep Analytics-udvidelses-CRX-fil
Download Grep Analytics-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
Add search volume, CPC, Traffic Value and Estimated Rank to your Google Organic Keyword Search Report in Google Analytics
Grundlæggende oplysninger om udvidelsen
Navn | |
ID | hhcabnimeljlahjogpeaadngfplldfcb |
Officiel URL | https://chrome.google.com/webstore/detail/grep-analytics/hhcabnimeljlahjogpeaadngfplldfcb |
Beskrivelse | Adding Search Volume, CPC, Estimated Rank and Traffic Value to Google Analytics Organic |
Filstørrelse | 50.34 KB |
Antal Installationer | 143 |
Nuværende Version | 1.2 |
Senest Opdateret | 2013-08-15 |
Udgivelsesdato | 2013-08-15 |
Bedømmelse | 4.33/5 Samlet 3 Bedømmelser |
Udvikler | Russ Jones |
Betalingsmetode | free |
Udvidelseswebsted | http://www.thegooglecache.com |
Understøttede Sprog | 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" } |