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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
    ]
}