EZE.AI

Meetings Made Intelligent & Productive

EZE.AI là gì?

EZE.AI là một tiện ích mở rộng Chrome được phát triển bởi EZE.AI, và tính năng chính của nó là "Meetings Made Intelligent & Productive".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng EZE.AI

Tải xuống các tệp mở rộng EZE.AI dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        Scheduling Meetings is now Easy with EZE.AI - an A.I. Powered Platform for Meetings.

EZE.AI solves the Scheduling Meeting Pain Points of Enterprises by applying Artificial Intelligence algorithms on your calendar, creating your dynamic EZE.AI link to share your availability and providing Intelligent Time-slot recommendations. EZE.AI makes your meetings Productive by getting context of meetings using Related Emails and events, highlighting priority meetings and resolving conflicts. 


Features:

* Works with Gmail, Outlook and Office 365 Calendars
You can add multiple Google, Outlook or Office 365 Calendars and all your meetings can be managed from a single place and that too inside Gmail.

* Related Emails and Meetings
EZE.AI intelligently displays the emails and other meetings associated to a meeting and helps you to get the context about the meeting very easily avoiding multiple searches of emails

* External Event Link Sharing
EZE.AI lets you create multiple events and share your availability with external people via the passcode secured link. External people simply opens the link, enter the passcode and select their convenient time and meeting is created.

* Conflict Resolution
EZE.AI alerts you when there is a conflict and provides interface to resolve conflicts easily.

* High Priority Meetings
EZE.AI highlights Important and High Priority Meetings.

* Timeslot Recommendation
While creating new meetings, EZE.AI displays time-slot recommendations intelligently.

* Integration with GotoMeeting
Add the GotoMeeting link during the creation of Meeting

-----------------------------------------

By installing the extension, you agree to EZE.AI Terms of Use (https://eze.ai/TermsOfUse) and Privacy Policy (https://eze.ai/PrivacyPolicy).

Disclaimer:
This extension uses Google Analytics to collect extension usage statistics to help improve user experience. If you want to opt-out of Google Analytics tracking, please visit http://tools.google.com/dlpage/gaoptout or you can set up a filter in Adblock Plus or similar ad blocker tools like AdBlock, uBlock or Adblock Pro.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên EZE.AI EZE.AI
ID gikoiogfgnknohiehpnmopanajccjobj
URL Chính Thức https://chrome.google.com/webstore/detail/ezeai/gikoiogfgnknohiehpnmopanajccjobj
Mô tả Meetings Made Intelligent & Productive
Kích Thước Tệp 4.05 MB
Số Lần Cài Đặt 26
Phiên Bản Hiện Tại 2.4
Cập Nhật Lần Cuối 2018-03-23
Ngày Phát Hành 2018-03-23
Đánh Giá 5.00/5 Tổng số 6 Đánh Giá
Nhà Phát Triển EZE.AI
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://eze.ai/
URL Trang Trợ Giúp https://eze.ai/Faq
URL Trang Chính Sách Bảo Mật https://eze.ai/PrivacyPolicy
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "EZE.AI",
    "version": "2.4",
    "description": "Meetings Made Intelligent & Productive",
    "icons": {
        "16": "blue-logo2.png",
        "48": "blue-logo2.png",
        "128": "blue-logo2.png"
    },
    "browser_action": {
        "default_title": "EZE.AI",
        "default_popup": "index.html"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/test.eze.ai\/*",
            "https:\/\/www.eze.ai\/",
            "https:\/\/test.eze.ai\/"
        ]
    },
    "background": {
        "scripts": [
            "jquery-3.2.1.js",
            "background.js"
        ]
    },
    "web_accessible_resources": [
        "index.html",
        "jquery-1.10.2.min.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/mail.google.com\/*",
                "https:\/\/inbox.google.com\/*",
                "https:\/\/outlook.live.com\/*"
            ],
            "css": [
                "\/static\/css\/main.css"
            ],
            "js": [
                "jquery-3.2.1.js",
                "jqueryUi.js",
                "inboxsdk.js",
                "\/static\/js\/main.js"
            ]
        }
    ],
    "permissions": [
        "contextMenus",
        "management",
        "tabs",
        "storage",
        "https:\/\/mail.google.com\/*",
        "https:\/\/inbox.google.com\/*",
        "https:\/\/outlook.live.com\/*"
    ],
    "content_security_policy": "default-src 'self'; script-src 'self'  'unsafe-eval'; connect-src ; style-src * 'unsafe-inline' 'self' blob:; img-src 'self' data:;"
}