Timely
Reminds you to fill your time sheet timely
什么是Timely?
Timely是由Vikash Verma开发的Chrome扩展程序,该扩展的主要功能是“Reminds you to fill your time sheet timely”。
扩展截图
下载Timely扩展crx文件
下载Timely扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
Timely(alpha)
------
Set your reminder notification.
Developers:
Vikash/[email protected]
Maynak/[email protected] 扩展基本信息
| 名称 | |
| ID | icmmcpelhmpfaoiaoaalioomncmddafm |
| 官方URL | https://chromewebstore.google.com/detail/timely/icmmcpelhmpfaoiaoaalioomncmddafm |
| 简介 | Reminds you to fill your time sheet timely |
| 文件大小 | 1.37 MB |
| 安装次数 | 11 |
| 当前版本 | 1.2 |
| 更新时间 | 2016-12-20 |
| 上架时间 | 2016-12-19 |
| 开发者 | Vikash Verma |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Timely",
"description": "Reminds you to fill your time sheet timely",
"version": "1.2",
"icons": {
"128": "app\/images\/tw128x128.png",
"16": "app\/images\/tw16x16.png",
"48": "app\/images\/tw48x48.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/pse.na32.visual.force.com\/apex\/PSATimecardEntry",
"https:\/\/pse.na32.visual.force.com\/apex\/*"
],
"js": [
"jquery.min.js",
"autofill.js"
],
"css": []
}
],
"page_action": {
"default_icon": "app\/images\/tw128x128.png",
"default_popup": "app\/index.html",
"default_title": "Timely"
},
"options_ui": {
"page": "app\/index.html",
"chrome_style": true,
"open_in_tab": true
},
"background": {
"scripts": [
"context.js"
]
},
"permissions": [
"contextMenus",
"storage",
"tabs",
"activeTab",
"alarms",
"notifications",
"windows",
"http:\/\/*\/",
"https:\/\/*\/",
"*:\/\/timely-d13ef.firebaseio.com\/*",
"https:\/\/timely-d13ef.firebaseio.com\/.lp?start=t&ser=1653466&cb=15&v=5"
],
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'"
} | |