RingCentral CRM Extension

A RingCentral extension for CRM platforms

RingCentral CRM Extension क्या है?

RingCentral CRM Extension RingCentral द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A RingCentral extension for CRM platforms"।

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

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

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

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

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

                        The RingCentral CRM extension embeds a fully-functional web phone into a set of supported CRM platforms. In addition, the CRM extension provides a deep integration with your RingCentral account to automate a number of key functions to help sales people save time and be more efficient. With the CRM extension users can easily click any phone number to call that number and send an SMS, synchronize their call history with their CRM platform, schedule meetings, enter custom call disposition notes, among a number of other things. The RingCentral CRM extension currently supports the following CRM platforms: Insightly, Redtail, Pipedrive, and Clio. Don't see your CRM in the list? Submit your idea to the RingCentral Ideas portal so that we can add support for it.

Supported CRM platforms: Pipedrive, Insightly, Clio, Redtail, Bullhorn

Disclaimer: RingCentral Labs is a program that lets RingCentral engineers, platform product managers and other employees share RingCentral apps they've created with the customer community. RingCentral Labs apps are free to use, but are not official products, and should be considered community projects - these apps are not officially tested or documented. For help on any RingCentral Labs app please consult each project's GitHub Issues message boards - RingCentral support is not available for these applications.                    

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

नाम RingCentral CRM Extension RingCentral CRM Extension
ID kkhkjhafgdlihndcbnebljipgkandkhh
आधिकारिक URL https://chromewebstore.google.com/detail/ringcentral-crm-extension/kkhkjhafgdlihndcbnebljipgkandkhh
विवरण A RingCentral extension for CRM platforms
फ़ाइल का आकार 15.26 MB
स्थापना संख्या 2,617
वर्तमान संस्करण 0.8.11
अंतिम अपडेट 2024-02-29
प्रकाशन तिथि 2023-02-24
रेटिंग 3.80/5 कुल 10 रेटिंग्स
डेवलपर RingCentral
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.ringcentral.com/apps/unified-crm-extension
सहायता पृष्ठ URL https://github.com/ringcentral/rc-unified-crm-extension/issues
गोपनीयता नीति पृष्ठ URL https://www.ringcentral.com/legal/privacy-notice.html
समर्थित भाषाएँ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "RingCentral CRM Extension",
    "description": "A RingCentral extension for CRM platforms",
    "version": "0.8.11",
    "permissions": [
        "storage",
        "alarms",
        "tabs",
        "background",
        "unlimitedStorage",
        "notifications"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.labs.ringcentral.com\/*",
                "https:\/\/*.ngrok-free.app\/*",
                "https:\/\/*.pipedrive.com\/*",
                "https:\/\/*.insightly.com\/*",
                "https:\/\/*.clio.com\/*",
                "https:\/\/*.redtailtechnology.com\/*",
                "https:\/\/*.bullhornstaffing.com\/*"
            ],
            "js": [
                ".\/c2d\/index.js",
                ".\/content.js"
            ],
            "all_frames": true
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "\/embeddable\/*",
                "\/c2d\/*"
            ],
            "matches": [
                "https:\/\/*.labs.ringcentral.com\/*",
                "https:\/\/*.ngrok-free.app\/*",
                "https:\/\/*.pipedrive.com\/*",
                "https:\/\/*.insightly.com\/*",
                "https:\/\/*.clio.com\/*",
                "https:\/\/*.redtailtechnology.com\/*",
                "https:\/\/*.bullhornstaffing.com\/*"
            ]
        }
    ],
    "action": {
        "default_icon": {
            "16": "\/images\/logo16.png",
            "32": "\/images\/logo32.png",
            "48": "\/images\/logo48.png",
            "128": "\/images\/logo128.png"
        }
    },
    "background": {
        "service_worker": "sw.js"
    },
    "options_ui": {
        "page": "options.html",
        "open_in_tab": false
    },
    "content_security_policy": {
        "extension_pages": "script-src 'self' 'wasm-unsafe-eval'; object-src 'self' 'wasm-unsafe-eval'"
    },
    "manifest_version": 3,
    "icons": {
        "16": "\/images\/logo16.png",
        "32": "\/images\/logo32.png",
        "48": "\/images\/logo48.png",
        "128": "\/images\/logo128.png"
    }
}