Vettore.Extension

Vettore Rinascimento srl Chrome extension

Vettore.Extension क्या है?

Vettore.Extension Vettore Rinascimento Srl द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Vettore Rinascimento srl Chrome extension"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Vettore.Extension एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Vettore.Extension Vettore.Extension
ID alhidfgffpaibannkgaejfphakdabgdc
आधिकारिक URL https://chromewebstore.google.com/detail/vettoreextension/alhidfgffpaibannkgaejfphakdabgdc
विवरण Vettore Rinascimento srl Chrome extension
फ़ाइल का आकार 46.84 KB
स्थापना संख्या 2,024
वर्तमान संस्करण 1.1.0
अंतिम अपडेट 2022-02-12
प्रकाशन तिथि 2021-10-01
डेवलपर Vettore Rinascimento Srl
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ 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\/*"
        ]
    }
}