Google Search Console Extended
Extends the new Google Search Console
ما هو Google Search Console Extended؟
Google Search Console Extended هو إضافة Chrome تم تطويرها بواسطة Webreload، والميزة الرئيسية لها هي "Extends the new Google Search Console".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Google Search Console Extended
قم بتنزيل ملفات الامتداد Google Search Console Extended بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Extends the new Google Search Console with some Features Features in Version 1 - Full width of the search console - Clickable Link in URL Inspection Tool - Copy all Links
معلومات أساسية عن التمديد
الاسم | Google Search Console Extended |
ID | gafcchglbfbajijlhhcnklpdcljldhlk |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/google-search-console-ext/gafcchglbfbajijlhhcnklpdcljldhlk |
الوصف | Extends the new Google Search Console |
حجم الملف | 9.63 KB |
عدد التثبيتات | 2,470 |
النسخة الحالية | 1.4 |
آخر تحديث | 2020-05-31 |
تاريخ النشر | 2020-05-30 |
تقييم | 2.60/5 مجموع تقييمات 5 |
المطور | Webreload |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Google Search Console Extended", "version": "1.4", "description": "Extends the new Google Search Console", "permissions": [ "https:\/\/search.google.com\/*", "tabs" ], "background": { "scripts": [ "background.js" ] }, "content_scripts": [ { "matches": [ "https:\/\/search.google.com\/*" ], "css": [ "gsc.css" ], "js": [ "gsc.js" ] } ], "icons": { "128": "gsc-e.png" }, "manifest_version": 2 } |