Controle de Pausas Youtility

Extensão Controle de Pausas

Controle de Pausas Youtility là gì?

Controle de Pausas Youtility là một tiện ích mở rộng Chrome được phát triển bởi Unknown, và tính năng chính của nó là "Extensão Controle de Pausas".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Controle de Pausas Youtility

Tải xuống các tệp mở rộng Controle de Pausas Youtility dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Controle de Pausas Youtility Controle de Pausas Youtility
ID fljjkagnnlimpefidcbmdpablphjjdnh
URL Chính Thức https://chromewebstore.google.com/detail/controle-de-pausas-youtil/fljjkagnnlimpefidcbmdpablphjjdnh
Mô tả Extensão Controle de Pausas
Kích Thước Tệp 194 KB
Số Lần Cài Đặt 27
Phiên Bản Hiện Tại 1.2.3
Cập Nhật Lần Cuối 2019-12-20
Ngày Phát Hành 2019-12-15
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển Unknown
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ 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\/?"
    ]
}