Search Console Percentage Calculator
Adds the percentage difference in Search Console metrics compared to the previous period.
ما هو Search Console Percentage Calculator؟
Search Console Percentage Calculator هو إضافة Chrome تم تطويرها بواسطة https://www.analistaseo.es، والميزة الرئيسية لها هي "Adds the percentage difference in Search Console metrics compared to the previous period.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Search Console Percentage Calculator
قم بتنزيل ملفات الامتداد Search Console Percentage Calculator بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Adds the percentage difference in Search Console metrics compared to the previous period.
معلومات أساسية عن التمديد
الاسم | Search Console Percentage Calculator |
ID | licaefgklohoebcfefffhinemkidgejm |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/search-console-percentage/licaefgklohoebcfefffhinemkidgejm |
الوصف | Adds the percentage difference in Search Console metrics compared to the previous period. |
حجم الملف | 9.25 KB |
عدد التثبيتات | 34 |
النسخة الحالية | 0.0.0.1 |
آخر تحديث | 2023-08-09 |
تاريخ النشر | 2023-08-09 |
المطور | https://www.analistaseo.es |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Search Console Percentage Calculator", "description": "Adds the percentage difference in Search Console metrics compared to the previous period.", "version": "0.0.0.1", "action": [], "icons": { "128": "icon.png" }, "permissions": [ "activeTab", "webNavigation" ], "content_scripts": [ { "matches": [ "https:\/\/search.google.com\/search-console\/performance\/search-analytics*" ], "js": [ "content.js" ], "run_at": "document_idle" } ], "background": { "service_worker": "background.js" }, "author": { "email": "[email protected]" } } |