Xembly

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

Xembly क्या है?

Xembly https://xembly.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Automate your everyday tasks including meeting note taking, scheduling, task management and more."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot
screenshot
screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Xembly एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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).                    

एक्सटेंशन की मूल जानकारी

नाम Xembly Xembly
ID inocoofjkmoedigceejpcfenijnkekkh
आधिकारिक URL https://chromewebstore.google.com/detail/xembly/inocoofjkmoedigceejpcfenijnkekkh
विवरण Automate your everyday tasks including meeting note taking, scheduling, task management and more.
फ़ाइल का आकार 1.63 MB
स्थापना संख्या 5,649
वर्तमान संस्करण 1.67
अंतिम अपडेट 2024-02-27
प्रकाशन तिथि 2023-09-19
रेटिंग 4.64/5 कुल 11 रेटिंग्स
डेवलपर https://xembly.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.xembly.com
सहायता पृष्ठ URL https://help.xembly.com
गोपनीयता नीति पृष्ठ URL https://www.xembly.com/privacy-policy
समर्थित भाषाएँ 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\/*"
        ]
    }
}