Bye Job
Bye Job
Wat is Bye Job?
Bye Job is een Chrome-extensie ontwikkeld door Paulo Júnior, en de belangrijkste functie is "Bye Job".
Extensie Screenshots
Download het CRX-bestand van de extensie Bye Job
Download Bye Job-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
Extensão para auxilar no controle do horário de saída do trabalho, notificando-lhe quando está na hora de sair.
Você configura a sua carga horário por dia.
E com tolerância de 10 minutos no horário de saída.
Você também pode acompanhar quantos dias faltam para as suas férias.
E pensando em você que fica o dia todo praticamente sem ver como anda o tempo "lá fora", a extensão lhe mostra em tempo real o que as paredes te impedem de observar!
:D Basisinformatie over de Extensie
| Naam | |
| ID | gbjcfbdaafopnpejnijebokhecgbcdji |
| Officiële URL | https://chromewebstore.google.com/detail/bye-job/gbjcfbdaafopnpejnijebokhecgbcdji |
| Beschrijving | Bye Job |
| Bestandsgrootte | 3.36 MB |
| Aantal Installaties | 147 |
| Huidige Versie | 3.7.1 |
| Laatst Bijgewerkt | 2017-10-25 |
| Publicatiedatum | 2017-10-25 |
| Beoordeling | 4.94/5 Totaal 16 Beoordelingen |
| Ontwikkelaar | Paulo Júnior |
| [email protected] | |
| Betalingswijze | free |
| Ondersteunde Talen | pt-BR |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Bye Job",
"description": "Bye Job",
"version": "3.7.1",
"permissions": [
"http:\/\/api.openweathermap.org\/",
"geolocation",
"notifications",
"activeTab"
],
"browser_action": {
"default_icon": "img\/logo_byejob_19.png",
"default_popup": "html\/byejob.html"
},
"icons": {
"16": "img\/logo_byejob_19.png",
"48": "img\/logo_byejob_48.png",
"128": "img\/logo_byejob_128.png"
},
"web_accessible_resources": [
"img\/notification\/notification_bey_job.png",
"img\/notification\/notification_ok.png"
],
"background": {
"scripts": [
"js\/moment-with-locales.min.js",
"js\/notification.js"
]
}
} | |