Controle de Pausas Youtility
Extensão Controle de Pausas
ما هو Controle de Pausas Youtility؟
Controle de Pausas Youtility هو إضافة Chrome تم تطويرها بواسطة Unknown، والميزة الرئيسية لها هي "Extensão Controle de Pausas".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Controle de Pausas Youtility
قم بتنزيل ملفات الامتداد Controle de Pausas Youtility بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Plugin para registro de pausas e indisponibilidades de usuários - Youtility Desenvolvido por: Bruno Ferreira Cruz, Adriano Cabo e Gabriel Alves.
معلومات أساسية عن التمديد
الاسم | |
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\/?" ] } |