Timer Agent: Time & Task manager
Integrates Timer Agent with many popular websites
¿Qué es Timer Agent: Time & Task manager?
Timer Agent: Time & Task manager es una extensión de Chrome desarrollada por https://timeragent.com, y su función principal es "Integrates Timer Agent with many popular websites".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Timer Agent: Time & Task manager
Descarga archivos de extensión Timer Agent: Time & Task manager en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Información Básica de la Extensión
| Nombre | |
| ID | hfcmoakkedofbpojbohbabbbpnhgboap |
| URL Oficial | https://chromewebstore.google.com/detail/timer-agent-time-task-man/hfcmoakkedofbpojbohbabbbpnhgboap |
| Descripción | Integrates Timer Agent with many popular websites |
| Tamaño del Archivo | 2.04 MB |
| Cantidad de Instalaciones | 16 |
| Versión Actual | 0.3.0 |
| Última Actualización | 2019-02-07 |
| Fecha de Publicación | 2019-02-06 |
| Calificación | 5.00/5 Total de 2 Calificaciones |
| Desarrollador | https://timeragent.com |
| Correo electrónico | [email protected] |
| Tipo de Pago | free |
| Sitio Web de la Extensión | https://app.timeragent.com |
| URL de la Página de Ayuda | https://timeragent.com/docs |
| Idiomas Soportados | 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"
} | |