PhoneMondo - CallerID and Click2Call

The PhoneMondo extension connects your browser to the PhoneMondo service.

PhoneMondo - CallerID and Click2Call क्या है?

PhoneMondo - CallerID and Click2Call https://www.phonemondo.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The PhoneMondo extension connects your browser to the PhoneMondo service."।

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

screenshot
screenshot

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

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

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

                        • CallerID notification with data from your CRM or address books
• Click2Call 
• Log calls, even in your CRM

PhoneMondo is a cloud CTI and callerID notification solution that helps making telephony much more effective in your company. When the phone rings, PhoneMondo looks up data in different data sources like online phone directories and CRM systems (like HubSpot, Salesforce, Pipedrive, Zoho CRM, Microsoft Outlook and many more). It then shows extra information for the call on your PC screen, in your web browser and/or on your mobile phone. So you can decide before picking up if you want to talk to the caller or not. Calls can be rejected and forwarded with a click. 
Notes, tasks, opportunities and other helpful data will make it more easy to make the call a successful call instead of just wasting time while searching for the data of the caller or letting the caller spell his name and address. All calls are stored in a call history in the cloud. 

Various reports help you to understand the telephony usage in your company and to detect any problems, i.e. on which time of day do the customers have to wait too long until the call is picked up.

CallerIDs can be compared to spam number listings and can be rejected automatically when PhoneMondo detects that the call is potential spam.

Basic version of PhoneMondo is free (max. 1 user and 3 monitored phone lines/numbers, call history only 30 days, max. 100 contacts stored). For additional storage, all addons included and more users/lines, the PhoneMondo Professional subscription is necessary. It starts at 14,90€ (+ VAT of your country) per month.                    

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

नाम PhoneMondo - CallerID and Click2Call PhoneMondo - CallerID and Click2Call
ID kglcajmkelnbicjiibjpmmhmcjofdjpj
आधिकारिक URL https://chromewebstore.google.com/detail/phonemondo-callerid-and-c/kglcajmkelnbicjiibjpmmhmcjofdjpj
विवरण The PhoneMondo extension connects your browser to the PhoneMondo service.
फ़ाइल का आकार 344 KB
स्थापना संख्या 1,040
वर्तमान संस्करण 2024.2.1
अंतिम अपडेट 2024-02-27
प्रकाशन तिथि 2020-02-17
रेटिंग 5.00/5 कुल 1 रेटिंग्स
डेवलपर https://www.phonemondo.com
ईमेल [email protected]
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट https://www.phonemondo.com
सहायता पृष्ठ URL https://www.phonemondo.com/support/
गोपनीयता नीति पृष्ठ URL https://www.phonemondo.com/privacypolicy
समर्थित भाषाएँ de,en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "version": "2024.2.1",
    "name": "__MSG_appname__",
    "short_name": "PhoneMondo",
    "description": "__MSG_extensionDescription__",
    "author": "Scavix Software",
    "homepage_url": "https:\/\/www.phonemondo.com",
    "icons": {
        "24": "res\/pm-24.png",
        "38": "res\/pm-38.png",
        "48": "res\/pm-48.png",
        "64": "res\/pm-64.png",
        "128": "res\/pm-128.png",
        "256": "res\/pm-256.png",
        "512": "res\/pm-512.png"
    },
    "action": {
        "default_icon": "res\/pm-38.png",
        "default_title": "PhoneMondo",
        "default_popup": "popup\/login.html"
    },
    "background": {
        "service_worker": "js\/phonemondo-sw.js"
    },
    "content_scripts": [
        {
            "js": [
                "js\/libphonenumber-max.js",
                "js\/jquery.js",
                "js\/phonemondo-ext.js",
                "js\/phonemondo-handler.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "matches": [
                ""
            ],
            "run_at": "document_end",
            "all_frames": false
        },
        {
            "js": [
                "js\/jquery.js",
                "js\/phonemondo-ext.js",
                "js\/phonemondo-handler.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "matches": [
                "*:\/\/*.phonemondo.com\/*",
                "*:\/\/phonemondo.scavix.net\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        },
        {
            "js": [
                "js\/libphonenumber-max.js",
                "js\/jquery.js",
                "js\/phonemondo-ext.js",
                "js\/phonemondo-handler.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ],
            "matches": [
                "https:\/\/crm.zoho.com\/*",
                "https:\/\/crm.zoho.eu\/*",
                "https:\/\/crm.zoho.au\/*",
                "https:\/\/crm.zoho.com.cn\/*",
                "https:\/\/crm.zoho.in\/*",
                "https:\/\/crm.zoho.jp\/*",
                "https:\/\/bigin.zoho.eu\/*",
                "https:\/\/bigin.zoho.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "content_security_policy": {
        "extension_pages": "script-src 'self'; object-src 'self'"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "popup\/*.html*",
                "js\/*.js",
                "css\/*.css",
                "res\/*.png"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "host_permissions": [
        ""
    ],
    "permissions": [
        "tabs",
        "storage",
        "contextMenus",
        "scripting",
        "notifications"
    ],
    "commands": {
        "phonemondo_start_call": {
            "description": "__MSG_startcallshortcutdesc__",
            "suggested_key": {
                "default": "Alt+P"
            }
        },
        "_execute_action": {
            "suggested_key": {
                "default": "Alt+Shift+P"
            }
        }
    }
}