Timely
This extension will help you to manage your timesheet
Cos'è Timely?
Timely è un'estensione di Chrome sviluppata da umesh.jimmy, e la sua funzione principale è "This extension will help you to manage your timesheet".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Timely
Scarica i file di estensione Timely in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
Chrome Addon for entering your timesheet.
Informazioni di Base sull'Estensione
Nome | Timely |
ID | neenecgenmecnfnmnofclijkhlofiknm |
URL Ufficiale | https://chromewebstore.google.com/detail/timely/neenecgenmecnfnmnofclijkhlofiknm |
Descrizione | This extension will help you to manage your timesheet |
Dimensione del File | 843 KB |
Conteggio Installazioni | 13 |
Versione Corrente | 1.8 |
Ultimo Aggiornamento | 2017-10-27 |
Data di Pubblicazione | 2017-10-27 |
Valutazione | 5.00/5 Totale 7 Valutazioni |
Sviluppatore | umesh.jimmy |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://technrisk.com/timely/ |
URL della Pagina di Aiuto | https://technrisk.com/timely/ |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Timely", "description": "This extension will help you to manage your timesheet", "version": "1.8", "browser_action": { "default_icon": "images\/icon.png", "default_popup": "popup.html" }, "icons": { "16": "images\/icon-small.png", "48": "images\/icon-med.png", "128": "images\/icon-large.png" }, "background": { "scripts": [ "js\/background.min.js", "js\/jquery.min.js" ] }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "storage" ] } |