Controle de Pausas Youtility

Extensão Controle de Pausas

Wat is Controle de Pausas Youtility?

Controle de Pausas Youtility is een Chrome-extensie ontwikkeld door Unknown, en de belangrijkste functie is "Extensão Controle de Pausas".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Controle de Pausas Youtility

Download Controle de Pausas Youtility-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

                        Plugin para registro de pausas e indisponibilidades de usuários - Youtility
Desenvolvido por: Bruno Ferreira Cruz, Adriano Cabo e Gabriel Alves.                    

Basisinformatie over de Extensie

Naam Controle de Pausas Youtility Controle de Pausas Youtility
ID fljjkagnnlimpefidcbmdpablphjjdnh
Officiële URL https://chromewebstore.google.com/detail/controle-de-pausas-youtil/fljjkagnnlimpefidcbmdpablphjjdnh
Beschrijving Extensão Controle de Pausas
Bestandsgrootte 194 KB
Aantal Installaties 27
Huidige Versie 1.2.3
Laatst Bijgewerkt 2019-12-20
Publicatiedatum 2019-12-15
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar Unknown
Betalingswijze free
Ondersteunde Talen pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "1.2.3",
    "name": "Controle de Pausas Youtility",
    "description": "Extens\u00e3o Controle de Pausas",
    "author": "Ideia: Adriano Cabo - Desenvolvimento: Bruno Ferreira",
    "browser_action": {
        "default_title": "Controle de Pausas - Youtility",
        "default_popup": "index.html",
        "default_icon": "img\/youlogo.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-3.4.1.min.js",
                "functions.js"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "activeTab",
        "http:\/\/192.168.254.32",
        "http:\/\/www.youtilitydobrasil.com.br",
        "https:\/\/new144.m3.enuan.com\/m3mgr\/webagent\/?"
    ]
}