OnTime Tracker
Tracks your ontime in an organization
什麼是OnTime Tracker?
OnTime Tracker是由aln0071開發的Chrome擴展程式,該擴展的主要功能是“Tracks your ontime in an organization”。
擴展截圖
下載OnTime Tracker擴展crx文件
下載OnTime Tracker擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
Keeps track of ontime in an organization. It also has a summary page which shows summary of current month. Can be customized to track ontime in any organization. 擴展基本資訊
| 名稱 | |
| ID | geihfdjjmcldhcdgfipoodbniaepkfai |
| 官方網址 | https://chromewebstore.google.com/detail/ontime-tracker/geihfdjjmcldhcdgfipoodbniaepkfai |
| 簡介 | Tracks your ontime in an organization |
| 檔案大小 | 82.02 KB |
| 安裝次數 | 13 |
| 目前版本 | 1.7 |
| 更新時間 | 2019-12-16 |
| 上架時間 | 2019-12-15 |
| 評分 | 5.00/5 共 8 次評分 |
| 開發者 | aln0071 |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://aln0071.github.io/ |
| 說明頁面URL | https://aln0071.github.io/ |
| 支援的語言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "OnTime Tracker",
"version": "1.7",
"description": "Tracks your ontime in an organization",
"icons": {
"16": "icons\/time-16.png",
"32": "icons\/time-32.png",
"48": "icons\/time-48.png",
"128": "icons\/time-128.png"
},
"browser_action": {
"default_icon": {
"16": "icons\/time-16.png",
"32": "icons\/time-32.png",
"48": "icons\/time-48.png",
"128": "icons\/time-128.png"
},
"default_title": "OnTime Tracker",
"default_popup": "popup\/ontimetracker.html"
},
"permissions": [
"https:\/\/ontime.ibsplc.com\/*"
],
"author": "Alan Kuriakose",
"homepage_url": "https:\/\/aln0071.github.io\/"
} | |