GlobiMail for Podio
Initiate an email conversation from any Citrix Podio item - just click on the Email button on top of the Activity stream in Podio.
Τι είναι το GlobiMail for Podio;
Το GlobiMail for Podio είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://www.globimail.com, και η κύρια λειτουργία του είναι "Initiate an email conversation from any Citrix Podio item - just click on the Email button on top of the Activity stream in Podio.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης GlobiMail for Podio
Λήψη αρχείων επέκτασης GlobiMail for Podio σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
GlobiMail is a powerful add-on for Citrix Podio that enables you to communicate via email with your external Podio contacts. - Communicate with your customers using Email, and customers reply to Email as normal. - All emails are automatically added to Podio as comments on the relevant item. - Works on your Desktop, Tablet, and Mobile Phone, including email attachments. - Emails are tracked - know when your contacts read your messages. With the GlobiMail Browser Extension, you can initiate an email conversation from ANY Podio item - just click on the Email button on top of the Activity stream of any item.
Βασικές Πληροφορίες Επέκτασης
Όνομα | GlobiMail for Podio |
ID | dinfkhgjokdhpcaeajmfmnohbfcooapl |
Επίσημο URL | https://chromewebstore.google.com/detail/globimail-for-podio/dinfkhgjokdhpcaeajmfmnohbfcooapl |
Περιγραφή | Initiate an email conversation from any Citrix Podio item - just click on the Email button on top of the Activity stream in Podio. |
Μέγεθος Αρχείου | 66.42 KB |
Αριθμός Εγκαταστάσεων | 2,483 |
Τρέχουσα Έκδοση | 1.1.20 |
Τελευταία Ενημέρωση | 2021-12-10 |
Ημερομηνία Δημοσίευσης | 2020-06-26 |
Αξιολόγηση | 5.00/5 Συνολικά 4 Αξιολογήσεις |
Προγραμματιστής | https://www.globimail.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | in_app |
URL της Σελίδας Πολιτικής Απορρήτου | http://globi.ca/privacy.php |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "author": "Globi Web Solutions", "name": "GlobiMail for Podio", "description": "Initiate an email conversation from any Citrix Podio item - just click on the Email button on top of the Activity stream in Podio.", "version": "1.1.20", "icons": { "16": "gm_icon_16.png", "32": "gm_icon_32.png", "48": "gm_icon_48.png", "128": "gm_icon_128.png" }, "permissions": [ "storage", "tabs", "https:\/\/podio.com\/", "https:\/\/secure.globimail.com\/", "https:\/\/secure.globiflow.com\/", "https:\/\/workflow-automation.podio.com\/", "https:\/\/mail.lcldev.globi.ca\/" ], "content_scripts": [ { "matches": [ "https:\/\/podio.com\/*", "https:\/\/*.podio.com\/*", "https:\/\/secure.globimail.com\/*", "https:\/\/secure.globiflow.com\/*", "https:\/\/workflow-automation.podio.com\/*", "https:\/\/mail.lcldev.globi.ca\/*" ], "js": [ "jquery.min.js", "sajax.js", "podio.js", "globiflow.js", "globimail.js", "background.js", "content.js" ], "run_at": "document_start" } ], "background": { "scripts": [ "background.js", "jquery.min.js" ], "persistent": true }, "browser_action": { "default_icon": "gm_icon_32.png", "default_popup": "options.html" } } |