Bye Job
Bye Job
Was ist Bye Job?
Bye Job ist eine Chrome-Erweiterung, die von Paulo Júnior entwickelt wurde, und ihr Hauptmerkmal ist "Bye Job".
Erweiterungsscreenshots
Bye Job-Erweiterungs-CRX-Datei herunterladen
Laden Sie Bye Job-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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
Grundlegende Informationen zur Erweiterung
Name | Bye Job |
ID | gbjcfbdaafopnpejnijebokhecgbcdji |
Offizielle URL | https://chromewebstore.google.com/detail/bye-job/gbjcfbdaafopnpejnijebokhecgbcdji |
Beschreibung | Bye Job |
Dateigröße | 3.36 MB |
Installationsanzahl | 147 |
Aktuelle Version | 3.7.1 |
Letztes Update | 2017-10-25 |
Veröffentlichungsdatum | 2017-10-25 |
Bewertung | 4.94/5 Insgesamt 16 Bewertungen |
Entwickler | Paulo Júnior |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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" ] } } |