Odoo attendance
Register and check attendance status in Odoo.
什麼是Odoo attendance?
Odoo attendance是由valentin vinagre開發的Chrome擴展程式,該擴展的主要功能是“Register and check attendance status in Odoo.”。
擴展截圖
下載Odoo attendance擴展crx文件
下載Odoo attendance擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Make your time registration easier thanks to Odoo attendance, you will only need a user and an instance of Odoo. This extension is compatible with all existing versions of Odoo (Community and Enterprise editions): 8, 9, 10, 11, 12, 13... Note: If the time of registration has a difference of 15 minutes, it must be checked that the server has synchronized the time (library ntpdate).
擴展基本資訊
名稱 | Odoo attendance |
ID | gogjokmbnfpjkfppjfafdfcjjhlgbcpf |
官方網址 | https://chromewebstore.google.com/detail/odoo-attendance/gogjokmbnfpjkfppjfafdfcjjhlgbcpf |
簡介 | Register and check attendance status in Odoo. |
檔案大小 | 56.66 KB |
安裝次數 | 271 |
目前版本 | 3.0.1 |
更新時間 | 2019-06-16 |
上架時間 | 2019-06-12 |
開發者 | valentin vinagre |
付費類型 | free |
支援的語言 | en,fr,ca,es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Odoo attendance", "default_locale": "en", "icons": { "128": "logo128.png", "48": "logo48.png", "32": "logo32.png", "16": "logo16.png" }, "background": { "scripts": [ "lib\/browser-polyfill.js", "lib\/jquery-3.1.1.min.js", "lib\/jquery.xmlrpc.min.js", "lib\/odoo-wrapper.js", "background.js" ] }, "options_ui": { "page": "options.html" }, "version": "3.0.1", "manifest_version": 2, "permissions": [ "http:\/\/*\/", "https:\/\/*\/", "storage" ], "browser_action": { "default_icon": "logo128.png", "default_popup": "popup.html" }, "description": "Register and check attendance status in Odoo." } |