Collab.email

Let's rethink email.

Apa itu Collab.email?

Collab.email adalah ekstensi Chrome yang dikembangkan oleh http://collab.email, dan fitur utamanya adalah "Let's rethink email.".

Screenshot Ekstensi

screenshot
screenshot
screenshot
screenshot
screenshot

Unduh Berkas CRX Ekstensi Collab.email

Unduh file ekstensi Collab.email dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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!                    

Informasi Dasar Ekstensi

Nama Collab.email Collab.email
ID dlokeagiggcpobbgkkidmpdjmbmddall
URL Resmi https://chrome.google.com/webstore/detail/dlokeagiggcpobbgkkidmpdjmbmddall
Deskripsi Let's rethink email.
Ukuran File 46.72 KB
Jumlah Instalasi 27
Versi Saat Ini 0.0.8
Terakhir Diperbarui 2015-11-16
Tanggal Publikasi 2015-11-16
Penilaian 5.00/5 Total 3 Penilaian
Pengembang http://collab.email
Tipe Pembayaran free
Situs Ekstensi https://collab.email
Bahasa yang Didukung 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."
}