Bye Job
Bye Job
What is Bye Job?
Bye Job is a Chrome extension developed by Paulo Júnior, and its main feature is "Bye Job".
Extension Screenshots
Download Bye Job Extension CRX File
Download Bye Job extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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
Extension Basic Information
Name | Bye Job |
ID | gbjcfbdaafopnpejnijebokhecgbcdji |
Official URL | https://chromewebstore.google.com/detail/bye-job/gbjcfbdaafopnpejnijebokhecgbcdji |
Description | Bye Job |
File Size | 3.36 MB |
Installation Count | 147 |
Current Version | 3.7.1 |
Last Updated | 2017-10-25 |
Publish Date | 2017-10-25 |
Rating | 4.94/5 Total 16 Ratings |
Developer | Paulo Júnior |
[email protected] | |
Payment Type | free |
Supported Languages | 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" ] } } |