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 مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

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