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
Eメール [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"
    }
}