DotAlign Cloud

DotAlign Cloud analyzes Office 365 mailbox data (messages, calendar entries and contact cards) and provides up-to-date contact…

DotAlign Cloud क्या है?

DotAlign Cloud DotAlign, Inc. द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "DotAlign Cloud analyzes Office 365 mailbox data (messages, calendar entries and contact cards) and provides up-to-date contact…"।

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

screenshot

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

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

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

                        DotAlign Cloud analyzes Office 365 mailbox data (messages, calendar entries and contact cards) and provides up-to-date contact information and relationship intelligence based on that data. The solution is single tenant and is deployed and hosted on your, i.e. the customer’s Azure tenant. All data storage and processing happen there. No user data leaves your Azure tenant.

While DotAlign Cloud is relevant for a wide variety of industries, professional services like financial services, law firms and commercial real estate firms can especially benefit from it. DotAlign Cloud helps deliver cost savings by keeping contact information up to date automatically. It can help extract more value from your firms CRM investments. 

DotAlign Cloud can also help deliver top line value by surfacing the right relationship at the right time, helping maximize the chance of winning new business. 

The most common business use cases DotAlign Cloud helps solve are as follows.

*Core relationship, who knows who*

1. Do we know any senior executives at Reed Erasmus?
2. Does Susan have any warm MD-level relationships we could leverage?
3. Does any colleague know Bruce Leung?
4. What founder relationships do we have?
5. Can I get a relationship report for a list of leads?

*Contact and interaction stats*

1. What is Andrea Laughlin’s latest contact information?
2. When did we last reach out to Sam Roberts?

*Data control/API*

1. Can I control what I share with my colleagues?
2. Can I bring this data into our CRM and in-house apps?                    

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

नाम DotAlign Cloud DotAlign Cloud
ID ofahkjbhcadlldpoahogjikmdoibbejh
आधिकारिक URL https://chromewebstore.google.com/detail/dotalign-cloud/ofahkjbhcadlldpoahogjikmdoibbejh
विवरण DotAlign Cloud analyzes Office 365 mailbox data (messages, calendar entries and contact cards) and provides up-to-date contact…
फ़ाइल का आकार 47.97 KB
स्थापना संख्या 419
वर्तमान संस्करण 0.1.29
अंतिम अपडेट 2024-01-17
प्रकाशन तिथि 2021-02-10
डेवलपर DotAlign, Inc.
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.dotalign.com
सहायता पृष्ठ URL https://www.dotalign.com/contact
गोपनीयता नीति पृष्ठ URL https://dotalign.com/privacy-policy
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "DotAlign Cloud",
    "version": "0.1.29",
    "description": "",
    "icons": {
        "16": "icons\/logo.png",
        "32": "icons\/logo.png",
        "48": "icons\/logo.png",
        "128": "icons\/logo.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "permissions": [
        "tabs",
        "storage",
        "declarativeNetRequest",
        "scripting"
    ],
    "host_permissions": [
        "*:\/\/*.lightning.force.com\/*",
        "*:\/\/app.relpro.com\/*",
        "*:\/\/*.linkedin.com\/*",
        "*:\/\/*.dealtraxx.com\/*",
        "*:\/\/*.dealcloud.com\/*",
        "*:\/\/*.crm.dynamics.com\/*",
        "*:\/\/app.hubspot.com\/*"
    ],
    "declarative_net_request": {
        "rule_resources": [
            {
                "id": "rules",
                "enabled": true,
                "path": "\/rules\/rules.json"
            }
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.lightning.force.com\/*",
                "*:\/\/app.relpro.com\/*",
                "*:\/\/*.linkedin.com\/*",
                "*:\/\/*.dealtraxx.com\/*",
                "*:\/\/*.dealcloud.com\/*",
                "*:\/\/*.crm.dynamics.com\/*",
                "*:\/\/app.hubspot.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "script.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "options_page": "options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "frame.html",
                "options.html",
                "icons\/widget.png",
                "icons\/close.png",
                "icons\/logo.png",
                "icons\/logo_full.png",
                "icons\/expand.svg",
                "icons\/arrow-back.svg",
                "icons\/arrow-forward.svg",
                "icons\/line-angle-down.svg",
                "icons\/line-angle-up.svg",
                "icons\/close-line.svg"
            ],
            "matches": [
                "*:\/\/*\/*"
            ],
            "extension_ids": []
        }
    ]
}