Vodafone Chrome Extension

Voice calls with One Net Collaboration

Vodafone Chrome Extension क्या है?

Vodafone Chrome Extension Vodafone Group Enterprise द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Voice calls with One Net Collaboration"।

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

screenshot
screenshot
screenshot
screenshot

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

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

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

                        One Net Collaboration integrated with Google Apps provides a new alternative to communication solutions for businesses. It provides integration of your business calls into your Chrome browser, enabling the increased efficiency, productivity and simplicity in voice communications a company needs in their day to day business.
This extension is associated with a VPN mobile line of the company in a single step, by which the browser becomes a voice device and, with just a single click, allows you to make and receive calls as if from the associated Mobile device.
This product is available for companies that need to adapt their communications and be more productive with collaboration tools like Google Apps and be, ultimately, more agile.
To use this extension you need a contract for the Vodafone One Net Collaboration product.

What is new in version 1.0.5?
-Number used by the extension to make and receive calls is now shown

What is new in version 1.0.4?
-Updated Click-to-Call feature to new version of Gmail

What is new in version 1.0.3?
-fixed minor issue with old contacts synchronisation
-fixed minor issues with communication flow processing

What is new in version 1.0.2?
- Compatibility with Chrome version 47
- Updated Spanish Text                    

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

नाम Vodafone Chrome Extension Vodafone Chrome Extension
ID allilhjcaepomiedbfnefnogapmjgcfp
आधिकारिक URL https://chromewebstore.google.com/detail/vodafone-chrome-extension/allilhjcaepomiedbfnefnogapmjgcfp
विवरण Voice calls with One Net Collaboration
फ़ाइल का आकार 1.31 MB
स्थापना संख्या 327
वर्तमान संस्करण 1.0.5
अंतिम अपडेट 2017-02-22
प्रकाशन तिथि 2017-02-22
रेटिंग 1.75/5 कुल 8 रेटिंग्स
डेवलपर Vodafone Group Enterprise
भुगतान के प्रकार free
एक्सटेंशन वेबसाइट http://www.vodafone.es/onenetcollaboration/
सहायता पृष्ठ URL http://www.vodafone.es/onenetcollaboration/
समर्थित भाषाएँ en,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_appName__",
    "version": "1.0.5",
    "manifest_version": 2,
    "description": "__MSG_appDescription__",
    "icons": {
        "16": "images\/vodafone-logo-16.png",
        "128": "images\/vodafone-logo-128.png"
    },
    "default_locale": "en",
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self' ",
    "background": {
        "scripts": [
            "scripts\/background\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": {
            "19": "images\/vodafone-logo-grey-19.png",
            "38": "images\/vodafone-logo-grey-38.png"
        },
        "default_title": "Vodafone client",
        "default_popup": "views\/popup\/popup.html"
    },
    "options_page": "views\/options\/options.html",
    "omnibox": {
        "keyword": "vdf"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/mail.google.com\/*"
            ],
            "js": [
                "scripts\/google-mail\/loader.js"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "scripts\/google-mail\/jquery.js",
        "scripts\/google-mail\/gmail.js",
        "scripts\/google-mail\/controller.js"
    ],
    "permissions": [
        "tabs",
        "notifications",
        "*:\/\/mail.google.com\/*",
        "*:\/\/www.google.com\/*",
        "*:\/\/gadget-onenet.vodafone.com\/*"
    ]
}