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 |
| 官方URL | 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\/"
} | |