Controle de Pausas Youtility

Extensão Controle de Pausas

Controle de Pausas Youtilityคืออะไร?

Controle de Pausas Youtility เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Unknown และคุณลักษณะหลักของมันคือ "Extensão Controle de Pausas"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Controle de Pausas Youtility

ดาวน์โหลดไฟล์ส่วนขยาย Controle de Pausas Youtility ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

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

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Controle de Pausas Youtility Controle de Pausas Youtility
ID fljjkagnnlimpefidcbmdpablphjjdnh
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/controle-de-pausas-youtil/fljjkagnnlimpefidcbmdpablphjjdnh
คำอธิบาย Extensão Controle de Pausas
ขนาดไฟล์ 194 KB
จำนวนการติดตั้ง 27
เวอร์ชันปัจจุบัน 1.2.3
อัปเดตครั้งล่าสุด 2019-12-20
วันที่เผยแพร่ 2019-12-15
คะแนน 5.00/5 รวมทั้งหมด 1 คะแนน
ผู้พัฒนา Unknown
ประเภทการชำระเงิน free
ภาษาที่รองรับ 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\/?"
    ]
}