Unet

Extends Unet functionality. Makes it easier to use.

O que é Unet?

Unet é uma extensão do Chrome desenvolvida por https://www.unet.com, e sua principal característica é "Extends Unet functionality. Makes it easier to use.".

Capturas de Tela da Extensão

screenshot
screenshot
screenshot
screenshot
screenshot

Baixar o arquivo CRX da Extensão Unet

Baixe arquivos de extensão Unet no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.

Instruções de Uso da Extensão

                        - 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.                    

Informações Básicas da Extensão

Nome Unet Unet
ID khfacdappeoebokjfelmoaejjdpgamnn
URL Oficial https://chromewebstore.google.com/detail/unet/khfacdappeoebokjfelmoaejjdpgamnn
Descrição Extends Unet functionality. Makes it easier to use.
Tamanho do Arquivo 23.12 KB
Contagem de Instalações 56
Versão Atual 2.47
Última Atualização 2019-11-18
Data de Publicação 2019-11-15
Classificação 5.00/5 Total de 2 Avaliações
Desenvolvedor https://www.unet.com
Tipo de Pagamento free
Idiomas Suportados 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"
    }
}