Velantro Dialer + Click to Call
Velantro.com PBX dialer and click to call extension
Velantro Dialer + Click to Call क्या है?
Velantro Dialer + Click to Call Mango9 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Velantro.com PBX dialer and click to call extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Velantro Dialer + Click to Call एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Velantro dialer is a powerful add on as a Chrome or Firefox extension. It acts as a power dialer and allows rapid dialing of uploaded numbers. You may dial in automatic mode to contact your lists more effectively. Manual mode is also available if the need arises to dial one by one. Moreover, Velantro dialer employs sue to its popular demand includes the good old click to call for Chrome and Firefox. Cool features. Prerecorded Voicemail drop. Velantro dialer extension allows the user to easily upload csv lists and start dialing per agent. Simple dialer for everyday use of calling lists. Much more. Velantro PBX service required*
एक्सटेंशन की मूल जानकारी
नाम | Velantro Dialer + Click to Call |
ID | ifmkbfebcnochjnidgjcecaifboogcoc |
आधिकारिक URL | https://chromewebstore.google.com/detail/velantro-dialer-+-click-t/ifmkbfebcnochjnidgjcecaifboogcoc |
विवरण | Velantro.com PBX dialer and click to call extension |
फ़ाइल का आकार | 1.9 MB |
स्थापना संख्या | 208 |
वर्तमान संस्करण | 2.0.10 |
अंतिम अपडेट | 2020-03-11 |
प्रकाशन तिथि | 2020-03-11 |
रेटिंग | 5.00/5 कुल 1 रेटिंग्स |
डेवलपर | Mango9 |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.velantro.com/ |
गोपनीयता नीति पृष्ठ URL | https://www.velantro.com/pages/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Velantro Dialer + Click to Call", "description": "Velantro.com PBX dialer and click to call extension", "version": "2.0.10", "applications": { "gecko": { "id": "{d0c1b118-b15e-4147-aebc-fa615caf93df}", "strict_min_version": "57.0" } }, "browser_action": { "default_icon": "velantro32.png", "default_popup": "popup.html" }, "web_accessible_resources": [ "call-phone-v.png" ], "options_ui": { "page": "options.html", "chrome_style": false }, "options_page": "options.html", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "contentscript.bundle.js" ], "all_frames": true } ], "background": { "scripts": [ "background.bundle.js" ] }, "permissions": [ "activeTab", "storage", "notifications", "contextMenus", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "velantro16.png", "48": "velantro48.png", "128": "velantro128.png" } } |