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开发的Chrome扩展程序,该扩展的主要功能是“Click on phone numbers to call/text directly from any web site like your helpdesk, CRM, or sales software.”。

扩展截图

screenshot
screenshot
screenshot

下载Intulse Companion App扩展crx文件

下载Intulse Companion App扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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 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
}