KVCore Contact Page Formatter

Formats the KVCore contact page.

KVCore Contact Page Formatter là gì?

KVCore Contact Page Formatter là một tiện ích mở rộng Chrome được phát triển bởi The Perry Group, và tính năng chính của nó là "Formats the KVCore contact page.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng KVCore Contact Page Formatter

Tải xuống các tệp mở rộng KVCore Contact Page Formatter dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên KVCore Contact Page Formatter KVCore Contact Page Formatter
ID foecngglfcggnnakjiecjmmmjihmiape
URL Chính Thức https://chromewebstore.google.com/detail/kvcore-contact-page-forma/foecngglfcggnnakjiecjmmmjihmiape
Mô tả Formats the KVCore contact page.
Kích Thước Tệp 79.06 KB
Số Lần Cài Đặt 2,936
Phiên Bản Hiện Tại 1.0.0
Cập Nhật Lần Cuối 2022-02-09
Ngày Phát Hành 2022-02-09
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển The Perry Group
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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"
            ]
        }
    ]
}