Easy Custom Comparison
Easily compare against the previous period or year of any date range in Google Search Console, just like you can in Analytics.
ما هو Easy Custom Comparison؟
Easy Custom Comparison هو إضافة Chrome تم تطويرها بواسطة Joe Hennessey، والميزة الرئيسية لها هي "Easily compare against the previous period or year of any date range in Google Search Console, just like you can in Analytics.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Easy Custom Comparison
قم بتنزيل ملفات الامتداد Easy Custom Comparison بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
A lightweight Chrome extension that enhances the performance report within Google Search Console. This extension is just 7KB, and is active only when you’re using Google Search Console. It doesn’t collect any data. Updated 14/02/2024 to adapt to design changes by Google. https://twitter.com/googlesearchc/status/1758033436822892551
معلومات أساسية عن التمديد
الاسم | Easy Custom Comparison |
ID | fpnabffnjimmoanipojphdnahejflbeg |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/easy-custom-comparison/fpnabffnjimmoanipojphdnahejflbeg |
الوصف | Easily compare against the previous period or year of any date range in Google Search Console, just like you can in Analytics. |
حجم الملف | 7.8 KB |
عدد التثبيتات | 1,610 |
النسخة الحالية | 1.0.1 |
آخر تحديث | 2024-02-15 |
تاريخ النشر | 2020-01-26 |
تقييم | 5.00/5 مجموع تقييمات 8 |
المطور | Joe Hennessey |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Easy Custom Comparison", "version": "1.0.1", "description": "Easily compare against the previous period or year of any date range in Google Search Console, just like you can in Analytics.", "icons": { "128": "icon128.png" }, "content_scripts": [ { "css": [ "styles.css" ], "js": [ "content.js" ], "matches": [ "https:\/\/search.google.com\/*" ] } ] } |