beSlick for Gmail

Make email & task management easy, with beSlick for Gmail

什么是beSlick for Gmail?

beSlick for Gmail是由https://beslick.com开发的Chrome扩展程序,该扩展的主要功能是“Make email & task management easy, with beSlick for Gmail”。

扩展截图

screenshot
screenshot
screenshot

下载beSlick for Gmail扩展crx文件

下载beSlick for Gmail扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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                    

扩展基本信息

名称 beSlick for Gmail beSlick for Gmail
ID epcfojbkladifnnipfhmahiplpcmnmpb
官方URL https://chromewebstore.google.com/detail/beslick-for-gmail/epcfojbkladifnnipfhmahiplpcmnmpb
简介 Make email & task management easy, with beSlick for Gmail
文件大小 1.52 MB
安装次数 57
当前版本 1.0.1
更新时间 2023-10-03
上架时间 2023-03-02
评分 5.00/5 共2次评分
开发者 https://beslick.com
电子邮箱 [email protected]
付费类型 free
扩展官网 https://beslick.com
隐私政策页面URL https://beslick.com/privacy
支持的语言 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
}