Kissflow for Gmail

Now, you can easily review and approve your Kissflow tasks in Gmail.

什么是Kissflow for Gmail?

Kissflow for Gmail是由Kissflow开发的Chrome扩展程序,该扩展的主要功能是“Now, you can easily review and approve your Kissflow tasks in Gmail.”。

扩展截图

screenshot
screenshot

下载Kissflow for Gmail扩展crx文件

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

扩展使用说明

                        With this add-on, all of your Kissflow tasks are easily accessible from the Gmail side panel. Approve tasks with a few clicks without even opening Kissflow.

You can also review tasks before approving. Click ‘View task’ to open the respective task in Kissflow before taking any action.

About Kissflow:

Kissflow is the first-ever unified Digital Workplace Platform that allows you to manage all of your work at one place. Kissflow is used by over 10,000 customers across 160 countries.

Kissflow believes that those closest to the chaos are best suited to resolve it. That’s why we created a platform to help all business users discover, create, modify, and use business applications. Each application is created with beautiful, user-friendly, and cutting-edge technology, allowing even non-technical people to create amazing applications. There is no need for coding or complex mapping.                    

扩展基本信息

名称 Kissflow for Gmail Kissflow for Gmail
ID cieofhhbpplmgpdlebmoocmoecneaolc
官方URL https://chromewebstore.google.com/detail/kissflow-for-gmail/cieofhhbpplmgpdlebmoocmoecneaolc
简介 Now, you can easily review and approve your Kissflow tasks in Gmail.
文件大小 279 KB
安装次数 779
当前版本 0.1.4
更新时间 2022-06-22
上架时间 2021-05-13
评分 5.00/5 共1次评分
开发者 Kissflow
电子邮箱 [email protected]
付费类型 free
扩展官网 https://kissflow.com/
支持的语言 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "version": "0.1.4",
    "short_name": "Kissflow for Gmail",
    "name": "Kissflow for Gmail",
    "description": "Now, you can easily review and approve your Kissflow tasks in Gmail.",
    "background": {
        "service_worker": "background.bundle.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "inboxsdk.js",
                "contentScript.bundle.js"
            ],
            "css": [
                "app.css"
            ]
        }
    ],
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "web_accessible_resources": [
        "*.png"
    ],
    "permissions": [
        "https:\/\/mail.google.com\/",
        "https:\/\/*.kissflow.com\/",
        "https:\/\/*.kissflow.eu\/",
        "storage"
    ]
}