WebSmart Unify

WebSmart Unify for ZOHO

WebSmart Unify क्या है?

WebSmart Unify Marvel Decker द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "WebSmart Unify for ZOHO"।

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

screenshot

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

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

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

                        Unify brings you the integration of cloud telephony and your CRM to your web-browser.

Here are few of the features you can enjoy - 

1. No need to keep yourself logged in on your CRM Portal and your VoIP Phone Portal
2. Caller ID details are fetched from the CRM 
3. You can store call details/ call logs with custom notes, straight from Unify 
4. You can initiate call 
5. You can view logs related to the caller/called person

So no more need to keep several windows open. You can also save lots of time by avoiding those multiple clicks and data entry.

Whats more, we are constantly working on creating new features for you.

In case you have questions - please contact us at [email protected]

[ZOHO is a trademark of its respective company]                    

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

नाम WebSmart Unify WebSmart Unify
ID ejdpnphpmfajkbdbmekgcnofpecgolhc
आधिकारिक URL https://chromewebstore.google.com/detail/websmart-unify/ejdpnphpmfajkbdbmekgcnofpecgolhc
विवरण WebSmart Unify for ZOHO
फ़ाइल का आकार 286 KB
स्थापना संख्या 11
वर्तमान संस्करण 1.0.1
अंतिम अपडेट 2014-11-19
प्रकाशन तिथि 2014-11-19
डेवलपर Marvel Decker
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://youtu.be/mY3aH6e_h9o
समर्थित भाषाएँ en-GB
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "WebSmart Unify",
    "short_name": "Unify",
    "description": "WebSmart Unify for ZOHO",
    "version": "1.0.1",
    "permissions": [
        "activeTab",
        "contextMenus",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "storage"
    ],
    "icons": {
        "32": "images\/wsunify32.png",
        "48": "images\/wsunify48.png",
        "64": "images\/wsunify64.png",
        "128": "images\/wsunify128.png"
    },
    "background": {
        "scripts": [
            "scripts\/jquery.min.js",
            "background.js",
            "customOnButtonClick.js"
        ]
    },
    "browser_action": {
        "default_icon": "images\/wsunify32.png",
        "default_title": "WebSmart Unify"
    },
    "web_accessible_resources": [
        "images\/phone-call.png",
        "styles\/main.css"
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.webapp.com\/*",
            "*:\/\/*.websmart.marveldecker.com\/*"
        ]
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/websmart.marveldecker.com https:\/\/ajax.googleapis.com; https:\/\/local.webapp.com; object-src 'self'; connect-src 'self'; ",
    "manifest_version": 2
}