Flowace
Automate Time & Work Anywhere
Cos'è Flowace?
Flowace è un'estensione di Chrome sviluppata da https://flowace.in, e la sua funzione principale è "Automate Time & Work Anywhere".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Flowace
Scarica i file di estensione Flowace 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
Flowace is a completely automated way for firms to increase their productivity while working from anywhere. This application captures the URL and the title of the active website tab. This is extremely important as it helps our users to know how they are spending their time and how they can improve time management. Please refer to the attached screenshot "Track productive time on URL"
Informazioni di Base sull'Estensione
Nome | Flowace |
ID | habpbcidbbgjhamlfgeaihpohnmlbjcn |
URL Ufficiale | https://chromewebstore.google.com/detail/flowace/habpbcidbbgjhamlfgeaihpohnmlbjcn |
Descrizione | Automate Time & Work Anywhere |
Dimensione del File | 22.47 KB |
Conteggio Installazioni | 2,814 |
Versione Corrente | 1.0.2 |
Ultimo Aggiornamento | 2022-05-14 |
Data di Pubblicazione | 2020-08-12 |
Valutazione | 3.67/5 Totale 3 Valutazioni |
Sviluppatore | https://flowace.in |
[email protected] | |
Tipo di Pagamento | free |
URL della Pagina della Politica sulla Privacy | https://flowace.in/privacypolicy.pdf |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Flowace", "description": "Automate Time & Work Anywhere", "version": "1.0.2", "permissions": [ "tabs", "storage", "nativeMessaging" ], "background": { "service_worker": "eventHandler.js" }, "action": { "default_popup": "src\/extension.html", "default_icon": { "16": "images\/fl_original_x16.png", "32": "images\/fl_original_x32.png", "64": "images\/fl_original_x64.png", "128": "images\/fl_original_x128.png" } }, "icons": { "16": "images\/fl_original_x16.png", "32": "images\/fl_original_x32.png", "64": "images\/fl_original_x64.png", "128": "images\/fl_original_x128.png" }, "manifest_version": 3 } |