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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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 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"
    }
}