KVCore Contact Page Formatter
Formats the KVCore contact page.
Cos'è KVCore Contact Page Formatter?
KVCore Contact Page Formatter è un'estensione di Chrome sviluppata da The Perry Group, e la sua funzione principale è "Formats the KVCore contact page.".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione KVCore Contact Page Formatter
Scarica i file di estensione KVCore Contact Page Formatter in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | KVCore Contact Page Formatter |
ID | foecngglfcggnnakjiecjmmmjihmiape |
URL Ufficiale | https://chromewebstore.google.com/detail/kvcore-contact-page-forma/foecngglfcggnnakjiecjmmmjihmiape |
Descrizione | Formats the KVCore contact page. |
Dimensione del File | 79.06 KB |
Conteggio Installazioni | 2,936 |
Versione Corrente | 1.0.0 |
Ultimo Aggiornamento | 2022-02-09 |
Data di Pubblicazione | 2022-02-09 |
Valutazione | 5.00/5 Totale 1 Valutazioni |
Sviluppatore | The Perry Group |
[email protected] | |
Tipo di Pagamento | free |
Lingue Supportate | 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" ] } ] } |