Imputator
¡Imputaciones de cada ticket por separado!
Qu'est-ce que Imputator ?
Imputator est une extension Chrome développée par Cristian Hernández, et sa fonction principale est "¡Imputaciones de cada ticket por separado!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Imputator
Téléchargez les fichiers d'extension Imputator au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | cilmpdddnphbadifohhbgmjlamihdica |
URL Officiel | https://chromewebstore.google.com/detail/imputator/cilmpdddnphbadifohhbgmjlamihdica |
Description | ¡Imputaciones de cada ticket por separado! |
Taille du Fichier | 291 KB |
Nombre d'Installations | 10 |
Version Actuelle | 2.6 |
Dernière Mise à Jour | 2020-01-07 |
Date de Publication | 2020-01-07 |
Développeur | Cristian Hernández |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://cristianhernandez.ch/ |
Langues Prises en Charge | 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 } |