beSlick for Gmail

Make email & task management easy, with beSlick for Gmail

¿Qué es beSlick for Gmail?

beSlick for Gmail es una extensión de Chrome desarrollada por https://beslick.com, y su función principal es "Make email & task management easy, with beSlick for Gmail".

Capturas de Pantalla de la Extensión

screenshot
screenshot
screenshot

Descargar Archivo CRX de la Extensión beSlick for Gmail

Descarga archivos de extensión beSlick for Gmail en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.

Instrucciones de Uso de la Extensión

                        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                    

Información Básica de la Extensión

Nombre beSlick for Gmail beSlick for Gmail
ID epcfojbkladifnnipfhmahiplpcmnmpb
URL Oficial https://chromewebstore.google.com/detail/beslick-for-gmail/epcfojbkladifnnipfhmahiplpcmnmpb
Descripción Make email & task management easy, with beSlick for Gmail
Tamaño del Archivo 1.52 MB
Cantidad de Instalaciones 57
Versión Actual 1.0.1
Última Actualización 2023-10-03
Fecha de Publicación 2023-03-02
Calificación 5.00/5 Total de 2 Calificaciones
Desarrollador https://beslick.com
Correo electrónico [email protected]
Tipo de Pago free
Sitio Web de la Extensión https://beslick.com
URL de la Página de Política de Privacidad https://beslick.com/privacy
Idiomas Soportados 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
}