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开发的Chrome扩展程序,该扩展的主要功能是“Initiate an email conversation from any Citrix Podio item - just click on the Email button on top of the Activity stream in Podio.”。

扩展截图

screenshot
screenshot
screenshot

下载GlobiMail for Podio扩展crx文件

下载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 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"
    }
}