Vettore.Extension

Vettore Rinascimento srl Chrome extension

Vettore.Extension là gì?

Vettore.Extension là một tiện ích mở rộng Chrome được phát triển bởi Vettore Rinascimento Srl, và tính năng chính của nó là "Vettore Rinascimento srl Chrome extension".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Vettore.Extension

Tải xuống các tệp mở rộng Vettore.Extension 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

                        A companion extension for the web application Vettore.Medical (https://www.vettoremedical.it/).
Vettore.Extension provides cache cleaning in two ways:

- by clicking on the extension icon itself (on every site)
- automatic (only for *.vettoreweb.it sites), when a new Vettore.Medical version is available

If the extension in not installed, Vettore.Medical asks the user to install it with an alert.

Vettore.Extension also provides system performance informations (cpu, memory and opened tabs) so that Vettore.Medical can detect if there are performance issues and inform the user.

Vettore.Extension also provide some window handling calls, used by Vettore.Medical developers: the first one closes current tab; the other one opens a broser window in another monitor                    

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

Tên Vettore.Extension Vettore.Extension
ID alhidfgffpaibannkgaejfphakdabgdc
URL Chính Thức https://chromewebstore.google.com/detail/vettoreextension/alhidfgffpaibannkgaejfphakdabgdc
Mô tả Vettore Rinascimento srl Chrome extension
Kích Thước Tệp 46.84 KB
Số Lần Cài Đặt 2,024
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2022-02-12
Ngày Phát Hành 2021-10-01
Nhà Phát Triển Vettore Rinascimento Srl
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Vettore.Extension",
    "description": "Vettore Rinascimento srl Chrome extension",
    "version": "1.1.0",
    "manifest_version": 3,
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "activeTab",
        "browsingData",
        "system.memory",
        "system.cpu",
        "system.display"
    ],
    "action": [],
    "icons": {
        "16": "\/images\/16x16.png",
        "32": "\/images\/32x32.png",
        "48": "\/images\/48x48.png",
        "128": "\/images\/128x128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.vettoreweb.it\/*"
            ],
            "js": [
                "lib\/jquery-3.6.0.min.js",
                "lib\/js.cookie.min.js",
                "injectedScript.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/*.vettoreweb.it\/*"
        ]
    }
}