Collab.email

Let's rethink email.

Τι είναι το Collab.email;

Το Collab.email είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον http://collab.email, και η κύρια λειτουργία του είναι "Let's rethink email.".

Στιγμιότυπα Επέκτασης

screenshot
screenshot
screenshot
screenshot
screenshot

Λήψη αρχείου CRX της επέκτασης Collab.email

Λήψη αρχείων επέκτασης Collab.email σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.

Οδηγίες Χρήσης της Επέκτασης

                        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."
}