beSlick for Gmail
Make email & task management easy, with beSlick for Gmail
Cos'è beSlick for Gmail?
beSlick for Gmail è un'estensione di Chrome sviluppata da https://beslick.com, e la sua funzione principale è "Make email & task management easy, with beSlick for Gmail".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione beSlick for Gmail
Scarica i file di estensione beSlick for Gmail 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
beSlick provides simple task management for you and your team, built on powerful process management for your business. All in one platform at www.beslick.com Use the 'beSlick for Gmail' Chrome Extension to: • Add emails as tasks in beSlick with one click • Then reassign, prioritize, add due dates or steps for others to do • Complete all your tasks directly in Gmail Built to reduce stress beSlick helps teams run like clockwork. "I hadn't realised the stress behind this until I started using beSlick regularly. I wish I had found beSlick sooner!" Rob Whittaker, Vistage Chair "Everyone uses it every day... we can't live without beSlick now" Sheryl Soukup, President Because every team should beSlick. Use beSlick to: • be productive - never forget anything by quickly adding new tasks & actions right when you need to. • be focused - by prioritizing & snoozing tasks so you're clear on what needs your attention. • be collaborative - by involving others in tasks and delegating work where needed. • be consistent - Save time by creating templates for all your repeatable tasks & processes. • be informed - Create visibility, with clear visual reports to give you instant visibility across your team
Informazioni di Base sull'Estensione
Nome | beSlick for Gmail |
ID | epcfojbkladifnnipfhmahiplpcmnmpb |
URL Ufficiale | https://chromewebstore.google.com/detail/beslick-for-gmail/epcfojbkladifnnipfhmahiplpcmnmpb |
Descrizione | Make email & task management easy, with beSlick for Gmail |
Dimensione del File | 1.52 MB |
Conteggio Installazioni | 57 |
Versione Corrente | 1.0.1 |
Ultimo Aggiornamento | 2023-10-03 |
Data di Pubblicazione | 2023-03-02 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://beslick.com |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://beslick.com |
URL della Pagina della Politica sulla Privacy | https://beslick.com/privacy |
Lingue Supportate | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "beSlick for Gmail", "description": "Make email & task management easy, with beSlick for Gmail", "version": "1.0.1", "content_scripts": [ { "matches": [ "http:\/\/mail.google.com\/*", "https:\/\/mail.google.com\/*" ], "js": [ "content.js" ], "run_at": "document_end" } ], "icons": { "16": "beslick_16.png", "48": "beslick_48.png", "128": "beslick_128.png", "256": "beslick_256.png" }, "background": { "service_worker": "background.js" }, "permissions": [ "scripting" ], "host_permissions": [ "https:\/\/mail.google.com\/" ], "web_accessible_resources": [ { "resources": [ "https:\/\/app.beslick.com\/assets\/*.png" ], "matches": [] } ], "manifest_version": 3 } |