Intulse Companion App
Click on phone numbers to call/text directly from any web site like your helpdesk, CRM, or sales software.
Intulse Companion App क्या है?
Intulse Companion App https://intulse.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Click on phone numbers to call/text directly from any web site like your helpdesk, CRM, or sales software."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Intulse Companion App एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
The Intulse Companion App enables Intulse users to send text message and start phone calls directly from their web browser. It instantly detects phone numbers on websites, customer portals and popular CRM software such as Salesforce, Office 365, Zoho, SugarCRM, SuiteCRM, Redail, Wealthbox, AgencyBloc, and many others. Simply click on a phone number to send a text message or start a call on the Intulse Virtual Phone or on your desk phone. This eliminates the need to dial, copy, paste or edit numbers from emails or websites offering instant outbound dialing and increasing productivity and collaboration for Intulse users. - Automate tedious and time consuming workflow processes for staff - Boost productivity and increase sales and customer satisfaction - Works seamlessly with the Intulse App
एक्सटेंशन की मूल जानकारी
नाम | Intulse Companion App |
ID | ildhahcljdlppkkfimlecckaibbcojgk |
आधिकारिक URL | https://chromewebstore.google.com/detail/intulse-companion-app/ildhahcljdlppkkfimlecckaibbcojgk |
विवरण | Click on phone numbers to call/text directly from any web site like your helpdesk, CRM, or sales software. |
फ़ाइल का आकार | 1.36 MB |
स्थापना संख्या | 1,216 |
वर्तमान संस्करण | 2023.02.16.01 |
अंतिम अपडेट | 2023-02-16 |
प्रकाशन तिथि | 2019-12-09 |
रेटिंग | 5.00/5 कुल 7 रेटिंग्स |
डेवलपर | https://intulse.com |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://intulse.com |
सहायता पृष्ठ URL | https://support.intulse.com |
गोपनीयता नीति पृष्ठ URL | https://intulse.com/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Intulse Companion App", "short_name": "Intulse", "options_page": "options.html", "description": "Click on phone numbers to call\/text directly from any web site like your helpdesk, CRM, or sales software.", "version": "2023.02.16.01", "permissions": [ "tabs", "webNavigation", "storage", "http:\/\/*\/*", "https:\/\/*\/*" ], "browser_action": { "default_icon": { "16": "images\/appicon_16x16.png", "48": "images\/appicon_48x48.png", "128": "images\/appicon_128x128.png" }, "default_title": "Intulse", "default_popup": "popup.html" }, "icons": { "16": "images\/appicon_16x16.png", "48": "images\/appicon_48x48.png", "128": "images\/appicon_128x128.png" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "css": [ "css\/content.css" ], "js": [ "js\/content_script.js" ] } ], "background": { "persistent": true, "scripts": [ "js\/background.js" ] }, "manifest_version": 2 } |