DealCloud

DealCloud Chrome extension for Google Mail.

DealCloudとは何ですか?

DealCloudはhttps://dealcloud.comによって開発されたChromeの拡張機能で、その主な機能は「DealCloud Chrome extension for Google Mail.」です。

拡張機能のスクリーンショット

screenshot
screenshot
screenshot
screenshot

DealCloud拡張機能のCRXファイルをダウンロード

DealCloud拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The DealCloud Chrome Extension brings the DealCloud platform right to your web browser. It's 100% cloud-based and requires no manual maintenance — updates will be pushed automatically as they are released.

Transform routine communications into valuable institutional knowledge. With one click, import the body and content of emails and meetings into your database, view detail pages, and create new or edit existing DealCloud entries.

Key Benefits

1. Productivity and Collaboration
— Search and browse DealCloud records from Gmail and view your custom-built record detail pages.
— Access and edit data associated with contacts, companies, deals, and other DealCloud objects.
— Assign and manage tasks.
— Sync documents and attachments to emails and events.

2. Pipeline Management
— Import new opportunities directly to DealCloud from your inbox.
— Edit existing deals with new information and progress deals through the pipeline as you receive updates.
— Update existing deals in your pipeline with the latest email correspondence.

3. Relationship Management
— Create suggested contacts and companies based on email addresses associated with the email or event.
— Automatically tag existing entries (contacts, companies, deals, etc.) based on the contents of the email or event.
— Sync meetings directly from your Google calendar to DealCloud.

Use of the DealCloud Add-On requires an existing DealCloud subscription. Notwithstanding the license terms referenced on this page, even with an affirmative “acceptance” of the license terms referenced on this page, use of the DealCloud Add-On will be governed by your agreement with DealCloud for the DealCloud subscription. If you have any questions, please reach out to your sales representative.                    

拡張機能の基本情報

名前 DealCloud DealCloud
ID hloenmdpelegipdbonkepcnbapniondo
公式URL https://chromewebstore.google.com/detail/dealcloud/hloenmdpelegipdbonkepcnbapniondo
説明 DealCloud Chrome extension for Google Mail.
ファイルサイズ 506 KB
インストール数 1,448
現在のバージョン 8.1.0.1
最終更新日 2024-02-18
公開日 2020-06-15
評価 5.00/5 合計 5 レビュー
開発者 https://dealcloud.com
Eメール [email protected]
支払い方法 free
ヘルプページのURL https://www.dealclouduniversity.com/
プライバシーポリシーページのURL https://dealcloud.com/privacy-policy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEA4L4YfaOZadjm\/bF3QXOeDawYvDQgjCsb7DqZSEJ\/zHp5U2poe9vINIf\/ef0JlS2O\/obJ444FuruWbtsBmOA4pP1+g2QG5QJtTyOgj2g8VTDaYIIbwe8wfUo+8C0i1f10A3u3LXPfAoPRCB8ecvyeJ\/YqR3mAWYm+e7rw5hGu+FV87JJlBY2YRu0U2A4cT\/cazK5Z2I5iHct0N3wkZ0ZbuXxMMtbYxmtU\/MW2GLpYGgUOemUlQPatDwdedWz5KLD8Tgf4xedavZd2vO7EQJz5qkrK2KTxJbce0U1k+RsuD+cT8R1FKVogWidsV77qUPiRlFVa9IfoS\/yiQCkX4sJBSQIDAQAB",
    "version": "8.1.0.1",
    "name": "DealCloud",
    "description": "DealCloud Chrome extension for Google Mail.",
    "homepage_url": "https:\/\/www.dealcloud.com",
    "icons": {
        "16": "assets\/img\/dc_16x16.png",
        "32": "assets\/img\/dc_32x32.png",
        "48": "assets\/img\/dc_48x48.png",
        "64": "assets\/img\/dc_64x64.png",
        "128": "assets\/img\/dc_128x128.png",
        "256": "assets\/img\/dc_256x256.png"
    },
    "action": {
        "default_title": "DealCloud",
        "default_icon": {
            "16": "assets\/img\/dc_16x16.png",
            "32": "assets\/img\/dc_32x32.png"
        },
        "default_popup": "html\/sidePanel.html"
    },
    "background": {
        "service_worker": "background-sw.js"
    },
    "options_ui": {
        "page": "html\/options.html",
        "open_in_tab": false
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "js\/gmail_content_script.bundle.js"
            ],
            "run_at": "document_end"
        },
        {
            "matches": [
                "*:\/\/calendar.google.com\/*"
            ],
            "js": [
                "js\/gcalendar_content_script.bundle.js"
            ],
            "run_at": "document_end"
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/mail.google.com\/*",
            "https:\/\/*.dealcloud.com\/*",
            "https:\/\/*.dealcloud.eu\/*",
            "https:\/\/*.dealclouddev.com\/*",
            "https:\/\/*.dealclouduat.com\/*",
            "https:\/\/*.dcodev.com\/*",
            "https:\/\/*.intapp.com\/*"
        ]
    },
    "web_accessible_resources": [
        {
            "resources": [
                "js\/gmail_injection_script.bundle.js",
                "html\/gmail_infopane_proxy.html",
                "assets\/img\/dc_32x32.png",
                "assets\/img\/dc_32x32_log_out.png",
                "environments.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "storage",
        "webRequest",
        "tabs",
        "identity",
        "sidePanel"
    ],
    "host_permissions": [
        "https:\/\/*.dealcloud.com\/*",
        "https:\/\/*.dealcloud.eu\/*",
        "https:\/\/*.dealclouddev.com\/*",
        "https:\/\/*.dealclouduat.com\/*",
        "https:\/\/*.dcodev.com\/*",
        "https:\/\/*.intapp.com\/*"
    ],
    "content_security_policy": {
        "extension_pages": "default-src 'self'; connect-src https:\/\/localhost:3000 https:\/\/*.googleapis.com https:\/\/*.dealclouddev.com https:\/\/*.dealclouduat.com https:\/\/*.dcodev.com https:\/\/*.dealcloud.eu https:\/\/*.dealcloud.com https:\/\/*.dealcloud.ae https:\/\/*.intapp.com; frame-src 'self' https:\/\/*.dealclouddev.com https:\/\/*.dealclouduat.com https:\/\/*.dcodev.com https:\/\/*.dealcloud.eu https:\/\/*.dealcloud.com https:\/\/*.dealcloud.ae https:\/\/*.intapp.com; script-src 'self' ; style-src * 'unsafe-inline' 'self' https:\/\/localhost:3000 blob:; img-src 'self' https:\/\/localhost:3000 data:; font-src 'self' https:\/\/localhost:3000;"
    },
    "oauth2": {
        "client_id": "795406838655-dvhbiiccannhg06ku01it4ptiquugove.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/calendar.readonly"
        ]
    }
}