URL Networks number2url
This extension converts phone numbers to links which will connect your calls.
URL Networks number2url क्या है?
URL Networks number2url URL Networks द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "This extension converts phone numbers to links which will connect your calls."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में URL Networks number2url एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension highlights phone numbers enabling them to be used as links. These links can be used to dial the number using SIP phones, Skype and any other device that works via similar mechanism. The links can be configured to call based on left click, or a right click context menu. Presently there is support for the following URLs: - sip: - skype: - tel: - callto: - phone: There is also support for Custom URLs, with the following built-in templates: - Yealink T32 & T38 - Yealink T22, T26, T28 - Yealink T41, T42, T46 - SNOM If you have a favourite device that you would like a built-in template defined for, please let us know.
एक्सटेंशन की मूल जानकारी
नाम | URL Networks number2url |
ID | lndpiehcijmlgooadkonganjdnnaojhc |
आधिकारिक URL | https://chromewebstore.google.com/detail/url-networks-number2url/lndpiehcijmlgooadkonganjdnnaojhc |
विवरण | This extension converts phone numbers to links which will connect your calls. |
फ़ाइल का आकार | 130 KB |
स्थापना संख्या | 1,135 |
वर्तमान संस्करण | 1.4 |
अंतिम अपडेट | 2014-04-01 |
प्रकाशन तिथि | 2014-03-31 |
रेटिंग | 4.56/5 कुल 9 रेटिंग्स |
डेवलपर | URL Networks |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | http://www.url.net.au/ |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "URL Networks number2url", "short_name": "number2url", "description": "This extension converts phone numbers to links which will connect your calls.", "version": "1.4", "permissions": [ "contextMenus" ], "page_action": { "default_icon": "icon.png", "default_title": "URL Networks number2url", "default_popup": "popup.html" }, "background": { "scripts": [ "jquery.js", "background.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "jquery.js", "common.js", "number2url.js" ], "run_at": "document_idle", "all_frames": false } ], "web_accessible_resources": [ "number2url.css", "urlnetworks_logo_small.png", "urlnetworks_logo_small_pb.png", "loading.gif" ], "icons": { "128": "icon-128.png", "48": "icon-48.png", "16": "icon.png" }, "options_page": "options.html", "manifest_version": 2 } |