Snom Direct Caller

Questa estensione permette di chiamare direttamente su un telefono snom.

Snom Direct Caller क्या है?

Snom Direct Caller lucaboxx द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Questa estensione permette di chiamare direttamente su un telefono snom."।

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

screenshot

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

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

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

                        With Snom Direct Caller you have only to set your snom ip and lets you call a number directly from your browser, you can write the number in the extension or select a number in the page, right click and call!                    

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

नाम Snom Direct Caller Snom Direct Caller
ID meoinahljhhejhhidfohamnimaanigmp
आधिकारिक URL https://chromewebstore.google.com/detail/snom-direct-caller/meoinahljhhejhhidfohamnimaanigmp
विवरण Questa estensione permette di chiamare direttamente su un telefono snom.
फ़ाइल का आकार 48.48 KB
स्थापना संख्या 67
वर्तमान संस्करण 2.0
अंतिम अपडेट 2018-03-22
प्रकाशन तिथि 2018-03-22
डेवलपर lucaboxx
ईमेल [email protected]
भुगतान के प्रकार free
समर्थित भाषाएँ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Snom Direct Caller",
    "description": "Questa estensione permette di chiamare direttamente su un telefono snom.",
    "version": "2.0",
    "browser_action": {
        "default_icon": "icon.png",
        "default_popup": "popup.html"
    },
    "permissions": [
        "contextMenus",
        "activeTab",
        "storage",
        "tabs",
        "http:\/\/192.168.2.56\/",
        "http:\/\/*\/"
    ],
    "options_page": "options.html",
    "background": {
        "scripts": [
            "background.js",
            "jquery.js"
        ],
        "persistent": false
    },
    "icons": {
        "16": "icon.png"
    }
}