Google Search Console SEO Enhancer
This extension modifies the outlook of the Difference column in the Compare mode of the performance table in Google Search Console.
ما هو Google Search Console SEO Enhancer؟
Google Search Console SEO Enhancer هو إضافة Chrome تم تطويرها بواسطة Jan Guardian، والميزة الرئيسية لها هي "This extension modifies the outlook of the Difference column in the Compare mode of the performance table in Google Search Console.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Google Search Console SEO Enhancer
قم بتنزيل ملفات الامتداد Google Search Console SEO Enhancer بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension modifies the outlook of the Difference column in the Compare mode of the Position data set in the Performance tab in Google Search Console to make it easier for SEO specialists to read, understand, and analyze the report.
معلومات أساسية عن التمديد
الاسم | Google Search Console SEO Enhancer |
ID | jgcegcgnjjdcgkgnoknlgmeppkolnpnn |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/google-search-console-seo/jgcegcgnjjdcgkgnoknlgmeppkolnpnn |
الوصف | This extension modifies the outlook of the Difference column in the Compare mode of the performance table in Google Search Console. |
حجم الملف | 36.22 KB |
عدد التثبيتات | 41 |
النسخة الحالية | 0.0.0.1 |
آخر تحديث | 2020-11-18 |
تاريخ النشر | 2020-11-17 |
تقييم | 1.00/5 مجموع تقييمات 1 |
المطور | Jan Guardian |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Search Console SEO Enhancer", "version": "0.0.0.1", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "description": "This extension modifies the outlook of the Difference column in the Compare mode of the performance table in Google Search Console.", "manifest_version": 2, "content_scripts": [ { "js": [ "jquery-3.5.1.min.js", "content.js" ], "matches": [ "https:\/\/search.google.com\/u\/*\/search-console\/*" ] } ] } |