KVCore Contact Page Formatter

Formats the KVCore contact page.

Apa itu KVCore Contact Page Formatter?

KVCore Contact Page Formatter adalah ekstensi Chrome yang dikembangkan oleh The Perry Group, dan fitur utamanya adalah "Formats the KVCore contact page.".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi KVCore Contact Page Formatter

Unduh file ekstensi KVCore Contact Page Formatter dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama KVCore Contact Page Formatter KVCore Contact Page Formatter
ID foecngglfcggnnakjiecjmmmjihmiape
URL Resmi https://chromewebstore.google.com/detail/kvcore-contact-page-forma/foecngglfcggnnakjiecjmmmjihmiape
Deskripsi Formats the KVCore contact page.
Ukuran File 79.06 KB
Jumlah Instalasi 2,936
Versi Saat Ini 1.0.0
Terakhir Diperbarui 2022-02-09
Tanggal Publikasi 2022-02-09
Penilaian 5.00/5 Total 1 Penilaian
Pengembang The Perry Group
Email [email protected]
Tipe Pembayaran free
Bahasa yang Didukung 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"
            ]
        }
    ]
}