click to call
click to call by Cebod Telecom.
click to call क्या है?
click to call https://www.cebodtelecom.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "click to call by Cebod Telecom."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में click to call एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
Dial the number directly from the browser or CRM just by clicking on the number. This is most flexible feature rich extension. - You can enable or disable for all the web site or specific web site. - Enable the extension only on CRM or specific web portal. - Login and log out from the extension. - Disable the extension with-out logging out. - Verification popup to avoid accidental dialing. - Identifies the phone number in 10 digit and 11 digit, Starting +, spaces and dashes.
एक्सटेंशन की मूल जानकारी
नाम | click to call |
ID | aceananohppnfepjfhiodaladhlimjeh |
आधिकारिक URL | https://chromewebstore.google.com/detail/click-to-call/aceananohppnfepjfhiodaladhlimjeh |
विवरण | click to call by Cebod Telecom. |
फ़ाइल का आकार | 895 KB |
स्थापना संख्या | 865 |
वर्तमान संस्करण | 1.0.2 |
अंतिम अपडेट | 2020-05-09 |
प्रकाशन तिथि | 2020-05-08 |
डेवलपर | https://www.cebodtelecom.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.cebodtelecom.com |
सहायता पृष्ठ URL | https://docs.cebodtelecom.com/overview/click-to-call |
गोपनीयता नीति पृष्ठ URL | https://www.cebodtelecom.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "click to call", "short_name": "click to call", "version": "1.0.2", "description": "click to call by Cebod Telecom.", "background": { "scripts": [ "\/assets\/js\/jquery-3.4.1.min.js", "\/config.js", "\/assets\/js\/background.js" ] }, "icons": { "16": "16.png", "32": "32.png", "128": "128.png" }, "browser_action": { "browser_style": false, "default_icon": { "128": "128.png" }, "default_title": "click to call", "default_popup": "\/index.html" }, "content_security_policy": "script-src 'self' https:\/\/cdnjs.cloudflare.com; object-src 'self'", "permissions": [ "activeTab", "tabs", "storage", "cookies", "https:\/\/api.cebodtelecom.com\/*" ], "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "\/assets\/js\/jquery-3.4.1.min.js", "\/config.js", "\/assets\/js\/content-script.js" ], "css": [ "\/assets\/css\/content-script.css" ] } ], "web_accessible_resources": [ "\/assets\/css\/content-script.css", "popup.html" ] } |