Unet

Extends Unet functionality. Makes it easier to use.

Wat is Unet?

Unet is een Chrome-extensie ontwikkeld door https://www.unet.com, en de belangrijkste functie is "Extends Unet functionality. Makes it easier to use.".

Extensie Screenshots

screenshot
screenshot
screenshot
screenshot
screenshot

Download het CRX-bestand van de extensie Unet

Download Unet-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

                        - Provides notifications for new messages and events.
- Helps to understand that a website, which has a personal domain name, is part of Unet.
- Activates a browser tab with the Webtop if it's already open.
- Extends the color picker function with an Eyedropper.
- Allows to edit and delete messages by clicking on right mouse button.                    

Basisinformatie over de Extensie

Naam Unet Unet
ID khfacdappeoebokjfelmoaejjdpgamnn
Officiële URL https://chromewebstore.google.com/detail/unet/khfacdappeoebokjfelmoaejjdpgamnn
Beschrijving Extends Unet functionality. Makes it easier to use.
Bestandsgrootte 23.12 KB
Aantal Installaties 56
Huidige Versie 2.47
Laatst Bijgewerkt 2019-11-18
Publicatiedatum 2019-11-15
Beoordeling 5.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://www.unet.com
Betalingswijze free
Ondersteunde Talen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Unet",
    "version": "2.47",
    "description": "__MSG_description__",
    "default_locale": "en",
    "author": "[email protected]",
    "background": {
        "scripts": [
            "session_register.js",
            "notify_listener.js",
            "background.js"
        ],
        "persistent": true
    },
    "content_scripts": [
        {
            "js": [
                "content_script.js"
            ],
            "run_at": "document_start",
            "matches": [
                "*:\/\/*.unet.com\/*",
                "*:\/\/*.unet.net\/*"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "notifications",
        "clipboardWrite",
        "contextMenus",
        "*:\/\/*.unet.com\/*",
        "*:\/\/*.unet.net\/*",
        "*:\/\/*.unet.io\/*",
        ""
    ],
    "icons": {
        "128": "images\/unet_128.png",
        "48": "images\/unet_48.png",
        "16": "images\/unet_16.png"
    }
}