Xembly

Automate your everyday tasks including meeting note taking, scheduling, task management and more.

Xembly là gì?

Xembly là một tiện ích mở rộng Chrome được phát triển bởi https://xembly.com, và tính năng chính của nó là "Automate your everyday tasks including meeting note taking, scheduling, task management and more.".

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

screenshot
screenshot
screenshot
screenshot
screenshot

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

Tải xuống các tệp mở rộng Xembly 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

                        Xembly is an AI Executive Assistant for every knowledge worker, from the most junior to members of the C-suite.

Xembly handles the tasks that slow workers down. This includes taking meeting notes, tracking action items, setting to-do’s, scheduling meetings, and optimizing schedules, all of which can happen automatically so that knowledge workers and teams can focus on higher-value work and make every day more meaningful.

By installing the extension, you agree to Xembly's Terms and Conditions (https://www.xembly.com/terms) and acknowledge that you have read Xembly's Privacy Policy (https://www.xembly.com/privacy).                    

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

Tên Xembly Xembly
ID inocoofjkmoedigceejpcfenijnkekkh
URL Chính Thức https://chromewebstore.google.com/detail/xembly/inocoofjkmoedigceejpcfenijnkekkh
Mô tả Automate your everyday tasks including meeting note taking, scheduling, task management and more.
Kích Thước Tệp 1.63 MB
Số Lần Cài Đặt 5,649
Phiên Bản Hiện Tại 1.67
Cập Nhật Lần Cuối 2024-02-27
Ngày Phát Hành 2023-09-19
Đánh Giá 4.64/5 Tổng số 11 Đánh Giá
Nhà Phát Triển https://xembly.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.xembly.com
URL Trang Trợ Giúp https://help.xembly.com
URL Trang Chính Sách Bảo Mật https://www.xembly.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.67",
    "name": "Xembly",
    "manifest_version": 3,
    "description": "Automate your everyday tasks including meeting note taking, scheduling, task management and more.",
    "action": {
        "default_title": "Xembly"
    },
    "icons": {
        "16": "img\/icon-black-16.png",
        "24": "img\/icon-black-24.png",
        "32": "img\/icon-black-32.png",
        "48": "img\/icon-black-48.png",
        "64": "img\/icon-black-64.png",
        "128": "img\/icon-black-128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "*.*",
                "img\/*.*",
                "js\/*.*"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "extension_ids": []
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "notifications",
        "management",
        "tabs",
        "storage",
        "scripting"
    ],
    "host_permissions": [
        "https:\/\/calendar.google.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; font-src 'self' 'unsafe-eval' data: *; script-src-elem 'self' 'unsafe-inline' 'unsafe-eval'; connect-src https:\/\/*.xembly.com https:\/\/cdn.plyr.io https:\/\/*.segment.io https:\/\/*.amazonaws.com 'unsafe-eval' data: *; style-src * 'unsafe-inline' 'self' blob:; img-src 'self' 'unsafe-eval' data: *; media-src 'self' 'unsafe-eval' data: *;"
    },
    "externally_connectable": {
        "matches": [
            "https:\/\/*.xembly.com\/*"
        ]
    }
}