Grep Analytics
Adding Search Volume, CPC, Estimated Rank and Traffic Value to Google Analytics Organic
ما هو Grep Analytics؟
Grep Analytics هو إضافة Chrome تم تطويرها بواسطة Russ Jones، والميزة الرئيسية لها هي "Adding Search Volume, CPC, Estimated Rank and Traffic Value to Google Analytics Organic".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Grep Analytics
قم بتنزيل ملفات الامتداد Grep Analytics بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Add search volume, CPC, Traffic Value and Estimated Rank to your Google Organic Keyword Search Report in Google 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" } |