KVCore Contact Page Formatter

Formats the KVCore contact page.

What is KVCore Contact Page Formatter?

KVCore Contact Page Formatter is a Chrome extension developed by The Perry Group, and its main feature is "Formats the KVCore contact page.".

Extension Screenshots

screenshot
screenshot

Download KVCore Contact Page Formatter Extension CRX File

Download KVCore Contact Page Formatter extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name KVCore Contact Page Formatter KVCore Contact Page Formatter
ID foecngglfcggnnakjiecjmmmjihmiape
Official URL https://chromewebstore.google.com/detail/kvcore-contact-page-forma/foecngglfcggnnakjiecjmmmjihmiape
Description Formats the KVCore contact page.
File Size 79.06 KB
Installation Count 2,936
Current Version 1.0.0
Last Updated 2022-02-09
Publish Date 2022-02-09
Rating 5.00/5 Total 1 Ratings
Developer The Perry Group
Email [email protected]
Payment Type free
Supported Languages 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"
            ]
        }
    ]
}