Kissflow for Gmail
Now, you can easily review and approve your Kissflow tasks in Gmail.
Τι είναι το Kissflow for Gmail;
Το Kissflow for Gmail είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον Kissflow, και η κύρια λειτουργία του είναι "Now, you can easily review and approve your Kissflow tasks in Gmail.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Kissflow for Gmail
Λήψη αρχείων επέκτασης 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 |
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" ] } |