Collab.email

Let's rethink email.

Collab.email란 무엇입니까?

Collab.email은(는) http://collab.email에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Let's rethink email."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Collab.email 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Collab.email brings collaboration to your Gmail.

Using Collab.email you can share your emails, chat with your team inside threads and use annotations and mentions to quickly collaborate and get things done!

Give us a try — it’s free!                    

확장 프로그램 기본 정보

이름 Collab.email Collab.email
ID dlokeagiggcpobbgkkidmpdjmbmddall
공식 URL https://chrome.google.com/webstore/detail/dlokeagiggcpobbgkkidmpdjmbmddall
설명 Let's rethink email.
파일 크기 46.72 KB
설치 횟수 27
현재 버전 0.0.8
최근 업데이트 2015-11-16
출시 날짜 2015-11-16
평점 5.00/5 총 3 개의 평점
개발자 http://collab.email
결제 유형 free
확장 프로그램 웹 사이트 https://collab.email
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "icons": {
        "16": "images\/icon-16px.png",
        "48": "images\/icon-48px.png",
        "128": "images\/icon-128px.png"
    },
    "background": {
        "scripts": [
            "js\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*"
            ],
            "js": [
                "js\/boot.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "https:\/\/localhost:8443\/*",
            "https:\/\/*.api.collab.email\/*",
            "https:\/\/collab.email\/*",
            "https:\/\/collabemail215-135c.kxcdn.com\/*",
            "https:\/\/collabemail360-135c.kxcdn.com\/*",
            "https:\/\/dfdbz2tdq3k01.cloudfront.net\/*",
            "https:\/\/secure.quantserve.com\/*",
            "https:\/\/wfpscripts.webspectator.com\/*",
            "https:\/\/*.realtime.co\/*"
        ]
    },
    "incognito": "split",
    "permissions": [
        "",
        "notifications",
        "webRequest",
        "https:\/\/*.google.com\/*",
        "tabs",
        "https:\/\/collab.email\/*"
    ],
    "web_accessible_resources": [
        "js\/*",
        "css\/*",
        "images\/*"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ortc-developers.realtime.co\/ https:\/\/dfdbz2tdq3k01.cloudfront.net\/ https:\/\/secure.quantserve.com\/ https:\/\/wfpscripts.webspectator.com\/ https:\/\/collab.email https:\/\/collabemail215-135c.kxcdn.com\/ https:\/\/collabemail360-135c.kxcdn.com\/; object-src 'self'",
    "name": "Collab.email",
    "version": "0.0.8",
    "description": "Let's rethink email."
}