KVCore Contact Page Formatter
Formats the KVCore contact page.
Was ist KVCore Contact Page Formatter?
KVCore Contact Page Formatter ist eine Chrome-Erweiterung, die von The Perry Group entwickelt wurde, und ihr Hauptmerkmal ist "Formats the KVCore contact page.".
Erweiterungsscreenshots
KVCore Contact Page Formatter-Erweiterungs-CRX-Datei herunterladen
Laden Sie KVCore Contact Page Formatter-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | KVCore Contact Page Formatter |
ID | foecngglfcggnnakjiecjmmmjihmiape |
Offizielle URL | https://chromewebstore.google.com/detail/kvcore-contact-page-forma/foecngglfcggnnakjiecjmmmjihmiape |
Beschreibung | Formats the KVCore contact page. |
Dateigröße | 79.06 KB |
Installationsanzahl | 2,936 |
Aktuelle Version | 1.0.0 |
Letztes Update | 2022-02-09 |
Veröffentlichungsdatum | 2022-02-09 |
Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
Entwickler | The Perry Group |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } ] } |