Timer Agent: Time & Task manager
Integrates Timer Agent with many popular websites
什么是Timer Agent: Time & Task manager?
Timer Agent: Time & Task manager是由https://timeragent.com开发的Chrome扩展程序,该扩展的主要功能是“Integrates Timer Agent with many popular websites”。
扩展截图
下载Timer Agent: Time & Task manager扩展crx文件
下载Timer Agent: Time & Task manager扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
扩展基本信息
名称 | Timer Agent: Time & Task manager |
ID | hfcmoakkedofbpojbohbabbbpnhgboap |
官方URL | https://chromewebstore.google.com/detail/timer-agent-time-task-man/hfcmoakkedofbpojbohbabbbpnhgboap |
简介 | Integrates Timer Agent with many popular websites |
文件大小 | 2.04 MB |
安装次数 | 16 |
当前版本 | 0.3.0 |
更新时间 | 2019-02-07 |
上架时间 | 2019-02-06 |
评分 | 5.00/5 共2次评分 |
开发者 | https://timeragent.com |
电子邮箱 | [email protected] |
付费类型 | free |
扩展官网 | https://app.timeragent.com |
帮助页面URL | https://timeragent.com/docs |
支持的语言 | en,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "__MSG_extName__", "short_name": "__MSG_extShortName__", "default_locale": "en", "description": "__MSG_extDescription__", "homepage_url": "https:\/\/timeragent.com\/", "icons": { "16": "icons\/16.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "permissions": [ "*:\/\/*.timeragent.com\/*", "*:\/\/timeragent.com\/*", "*:\/\/github.com\/*", "*:\/\/*.atlassian.net\/*", "webRequest", "webRequestBlocking", "alarms", "contextMenus", "notifications", "idle", "tabs", "storage" ], "optional_permissions": [ "*:\/\/*\/" ], "externally_connectable": { "matches": [ "*:\/\/*.timeragent.com\/*", "*:\/\/timeragent.com\/*" ] }, "content_security_policy": "script-src 'self' 'unsafe-eval' 'sha256-rGvrHuhi0uyiy4UVr6TYjmqML4w7Cd8XyA5UGD5rO68='; object-src 'self';", "background": { "scripts": [ "background.js" ], "persistent": true }, "browser_action": { "default_popup": "popup\/popup.html", "default_title": "__MSG_extShortName__", "default_icon": { "19": "icons\/19.png", "38": "icons\/38.png" }, "browser_style": true }, "commands": { "start-stop-current-task": { "suggested_key": { "default": "Ctrl+Shift+E" }, "description": "__MSG_extStartStopTask__" } }, "options_ui": { "page": "options\/options.html", "chrome_style": true }, "version": "0.3.0" } |