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 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 फ़ाइल डाउनलोड करें
crx प्रारूप में GlobiMail for Podio एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" } } |