KVCore Contact Page Formatter
Formats the KVCore contact page.
Qu'est-ce que KVCore Contact Page Formatter ?
KVCore Contact Page Formatter est une extension Chrome développée par The Perry Group, et sa fonction principale est "Formats the KVCore contact page.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension KVCore Contact Page Formatter
Téléchargez les fichiers d'extension KVCore Contact Page Formatter au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | KVCore Contact Page Formatter |
ID | foecngglfcggnnakjiecjmmmjihmiape |
URL Officiel | https://chromewebstore.google.com/detail/kvcore-contact-page-forma/foecngglfcggnnakjiecjmmmjihmiape |
Description | Formats the KVCore contact page. |
Taille du Fichier | 79.06 KB |
Nombre d'Installations | 2,936 |
Version Actuelle | 1.0.0 |
Dernière Mise à Jour | 2022-02-09 |
Date de Publication | 2022-02-09 |
Évaluation | 5.00/5 Total 1 Évaluations |
Développeur | The Perry Group |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" ] } ] } |