KVCore Contact Page Formatter

Formats the KVCore contact page.

Wat is KVCore Contact Page Formatter?

KVCore Contact Page Formatter is een Chrome-extensie ontwikkeld door The Perry Group, en de belangrijkste functie is "Formats the KVCore contact page.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie KVCore Contact Page Formatter

Download KVCore Contact Page Formatter-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam KVCore Contact Page Formatter KVCore Contact Page Formatter
ID foecngglfcggnnakjiecjmmmjihmiape
Officiële URL https://chromewebstore.google.com/detail/kvcore-contact-page-forma/foecngglfcggnnakjiecjmmmjihmiape
Beschrijving Formats the KVCore contact page.
Bestandsgrootte 79.06 KB
Aantal Installaties 2,936
Huidige Versie 1.0.0
Laatst Bijgewerkt 2022-02-09
Publicatiedatum 2022-02-09
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar The Perry Group
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen 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"
            ]
        }
    ]
}