Google Search Console Date Selector
Easily compare periods in Google Search Console and generate the percentage changes.
ما هو Google Search Console Date Selector؟
Google Search Console Date Selector هو إضافة Chrome تم تطويرها بواسطة https://thijsvanhal.nl، والميزة الرئيسية لها هي "Easily compare periods in Google Search Console and generate the percentage changes.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Google Search Console Date Selector
قم بتنزيل ملفات الامتداد Google Search Console Date Selector بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
With the Google Search Console Date Selector you can easily set the date in Google Search Console to the following 3 options: - Last month - Last month compared to the previous period - Last month compared to previous year It is also possible to easily compare to the previous period or year using your own start and end date. Extra! After you compared you can click on 'Generate changes'. This generates percentage changes for all stats! Simple but saves time :)
معلومات أساسية عن التمديد
الاسم | Google Search Console Date Selector |
ID | fkpkhpigkldfnnimijaaldpafcibaepk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/google-search-console-dat/fkpkhpigkldfnnimijaaldpafcibaepk |
الوصف | Easily compare periods in Google Search Console and generate the percentage changes. |
حجم الملف | 128 KB |
عدد التثبيتات | 7,000 |
النسخة الحالية | 1.6.2 |
آخر تحديث | 2023-10-25 |
تاريخ النشر | 2023-05-09 |
تقييم | 4.58/5 مجموع تقييمات 12 |
المطور | https://thijsvanhal.nl |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://www.thijsvanhal.nl/ |
عنوان صفحة المساعدة | https://www.thijsvanhal.nl/contact/ |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Search Console Date Selector", "version": "1.6.2", "description": "Easily compare periods in Google Search Console and generate the percentage changes.", "manifest_version": 3, "permissions": [ "activeTab", "scripting" ], "action": { "default_popup": "popup.html", "default_icon": { "16": "favicon16.png", "32": "favicon32.png" } }, "icons": { "16": "favicon16.png", "32": "favicon32.png", "48": "icon48.png", "128": "icon128.png" } } |