Ubity click-to-dial
Dial phone numbers with you Ubity phone, directly from your browser
Ubity click-to-dial क्या है?
Ubity click-to-dial ubity द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Dial phone numbers with you Ubity phone, directly from your browser"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Ubity click-to-dial एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Extension find and highlight phone numbers on any website. Clicking an phone highlighted number trigger a call to it from your Ubity phone.
एक्सटेंशन की मूल जानकारी
नाम | Ubity click-to-dial |
ID | dekccjnkeibpmhdcjohgikadlmaefdjl |
आधिकारिक URL | https://chromewebstore.google.com/detail/ubity-click-to-dial/dekccjnkeibpmhdcjohgikadlmaefdjl |
विवरण | Dial phone numbers with you Ubity phone, directly from your browser |
फ़ाइल का आकार | 142 KB |
स्थापना संख्या | 438 |
वर्तमान संस्करण | 2.1.4 |
अंतिम अपडेट | 2021-04-30 |
प्रकाशन तिथि | 2017-08-08 |
डेवलपर | ubity |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://studio.ubity.com |
सहायता पृष्ठ URL | https://support.ubity.com/tech/support-ubity/u-0019-guide-dutilisation-click-to-dial/ |
गोपनीयता नीति पृष्ठ URL | https://www.ubity.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "run_at": "document_start", "js": [ "includes\/content.js" ] } ], "name": "Ubity click-to-dial", "icons": { "128": "icons\/icon128.png", "48": "icons\/icon48.png", "16": "icons\/button.png" }, "web_accessible_resources": [ "res\/*", "assets\/*", "icons\/*" ], "description": "Dial phone numbers with you Ubity phone, directly from your browser", "background": { "page": "background.html" }, "homepage_url": "https:\/\/studio.ubity.com\/", "version": "2.1.4", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_popup": "popup.html", "default_icon": "icons\/button.png", "default_title": "Ubity click-to-dial" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "webNavigation", "notifications", "cookies" ] } |