KVCore Contact Page Formatter
Formats the KVCore contact page.
ما هو KVCore Contact Page Formatter؟
KVCore Contact Page Formatter هو إضافة Chrome تم تطويرها بواسطة The Perry Group، والميزة الرئيسية لها هي "Formats the KVCore contact page.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة KVCore Contact Page Formatter
قم بتنزيل ملفات الامتداد KVCore Contact Page Formatter بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
This extension will make some slight layout modifications to the way KVCore displays your contacts. Rather than a large amount of empty space, this extension makes the layout of the contact details more compact and easier to read.
معلومات أساسية عن التمديد
الاسم | KVCore Contact Page Formatter |
ID | foecngglfcggnnakjiecjmmmjihmiape |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/kvcore-contact-page-forma/foecngglfcggnnakjiecjmmmjihmiape |
الوصف | Formats the KVCore contact page. |
حجم الملف | 79.06 KB |
عدد التثبيتات | 2,936 |
النسخة الحالية | 1.0.0 |
آخر تحديث | 2022-02-09 |
تاريخ النشر | 2022-02-09 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | The Perry Group |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "KVCore Contact Page Formatter", "short_name": "KVCore Contact Page Formatter", "version": "1.0.0", "description": "Formats the KVCore contact page.", "author": "The Perry Group", "action": { "default_icon": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "72": "icons\/icon-72.png", "96": "icons\/icon-96.png", "128": "icons\/icon-128.png", "256": "icons\/icon-256.png" }, "default_popup": "popup.html" }, "permissions": [ "storage" ], "icons": { "128": "icons\/icon-128.png", "256": "icons\/icon-256.png" }, "content_scripts": [ { "matches": [ "https:\/\/app.kvcore.com\/*" ], "js": [ "js\/options.js" ] } ] } |