Collab.email

Let's rethink email.

Cos'è Collab.email?

Collab.email è un'estensione di Chrome sviluppata da http://collab.email, e la sua funzione principale è "Let's rethink email.".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione Collab.email

Scarica i file di estensione Collab.email in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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!                    

Informazioni di Base sull'Estensione

Nome Collab.email Collab.email
ID dlokeagiggcpobbgkkidmpdjmbmddall
URL Ufficiale https://chrome.google.com/webstore/detail/dlokeagiggcpobbgkkidmpdjmbmddall
Descrizione Let's rethink email.
Dimensione del File 46.72 KB
Conteggio Installazioni 27
Versione Corrente 0.0.8
Ultimo Aggiornamento 2015-11-16
Data di Pubblicazione 2015-11-16
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore http://collab.email
Tipo di Pagamento free
Sito Web dell'Estensione https://collab.email
Lingue Supportate 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."
}