I don't have time for Bamboo
Extensions to help filling Bamboo Timesheet
Qu'est-ce que I don't have time for Bamboo ?
I don't have time for Bamboo est une extension Chrome développée par jgibo, et sa fonction principale est "Extensions to help filling Bamboo Timesheet".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension I don't have time for Bamboo
Téléchargez les fichiers d'extension I don't have time for Bamboo au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
When you really don't have time for Bamboo
Informations de Base sur l'Extension
Nom | I don't have time for Bamboo |
ID | ocfjhmgjhfoalcikmangkoleljladdal |
URL Officiel | https://chromewebstore.google.com/detail/i-dont-have-time-for-bamb/ocfjhmgjhfoalcikmangkoleljladdal |
Description | Extensions to help filling Bamboo Timesheet |
Taille du Fichier | 89.22 KB |
Nombre d'Installations | 68 |
Version Actuelle | 1.2.0 |
Dernière Mise à Jour | 2022-11-29 |
Date de Publication | 2022-04-16 |
Évaluation | 5.00/5 Total 3 Évaluations |
Développeur | jgibo |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/andresusanto/i-dont-have-time-for-bamboo |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "I don't have time for Bamboo", "description": "Extensions to help filling Bamboo Timesheet", "version": "1.2.0", "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.bamboohr.com\/employees\/timesheet*" ], "js": [ "js\/vendor.js", "js\/content_script.js" ] } ], "background": { "service_worker": "js\/background.js" }, "permissions": [ "webRequest" ], "host_permissions": [ "https:\/\/*.bamboohr.com\/*" ], "content_security_policy": { "extension_page": "script-src 'unsafe-inline'" } } |