Imputator
¡Imputaciones de cada ticket por separado!
What is Imputator?
Imputator is a Chrome extension developed by Cristian Hernández, and its main feature is "¡Imputaciones de cada ticket por separado!".
Extension Screenshots
Download Imputator Extension CRX File
Download Imputator extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Registra tu trabajo en cada item por separado sin tener que recordar cuanto llevas trabajando en él. Revisa todos tus tickets en progreso con solo un vistazo. Avisos de que no has imputado a las 16:30 y a las 19:00! Sumatorio de todo lo imputado hoy.
Extension Basic Information
Name | |
ID | cilmpdddnphbadifohhbgmjlamihdica |
Official URL | https://chromewebstore.google.com/detail/imputator/cilmpdddnphbadifohhbgmjlamihdica |
Description | ¡Imputaciones de cada ticket por separado! |
File Size | 291 KB |
Installation Count | 10 |
Current Version | 2.6 |
Last Updated | 2020-01-07 |
Publish Date | 2020-01-07 |
Developer | Cristian Hernández |
[email protected] | |
Payment Type | free |
Extension Website | https://cristianhernandez.ch/ |
Supported Languages | es |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Imputator", "version": "2.6", "description": "\u00a1Imputaciones de cada ticket por separado!", "permissions": [ "activeTab", "declarativeContent", "storage", "alarms", "notifications" ], "options_ui": { "page": "options.html", "open_in_tab": false }, "background": { "scripts": [ "js\/background.js" ], "persistent": false }, "page_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/imputator16.png", "32": "images\/imputator32.png", "48": "images\/imputator48.png", "128": "images\/imputator128.png" } }, "icons": { "16": "images\/imputator16.png", "32": "images\/imputator32.png", "48": "images\/imputator48.png", "128": "images\/imputator128.png" }, "manifest_version": 2 } |