MOBtexting - Virtual Phone System

MOBtexting extension to make a call from anywhere

什么是MOBtexting - Virtual Phone System?

MOBtexting - Virtual Phone System是由app.mobtexting开发的Chrome扩展程序,该扩展的主要功能是“MOBtexting extension to make a call from anywhere”。

扩展截图

screenshot

下载MOBtexting - Virtual Phone System扩展crx文件

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

扩展使用说明

                        About MOBtexting

At MOBtexting, we make communication simple & interactive with our services & solutions throughout all the business department like Sales, Marketing, Customer Support, Operation & IT etc.

Our Cloud Communication Platform offers direct interconnects with more than
100 operators worldwide and indirect interconnects of more than 1500+ to
premium and high-quality A2P SMS services across the globe.

Best In Class Connectivity
Ensuring the lowest latency & direct operators connectivity for hassle-free service to enterprises to reach their customers faster in a secure way

No Setup Fees
MOBtexting is a cloud-enabled platform & don’t require installation charges. Enjoy 100% free setup for AI-enabled Voice and Smart SMS services & solutions

Ease Of Use
Explore user-friendly & secure cloud-based web interface, incorporating developer-friendly dynamic API's for SMS & Voice Services to integrate easily

Click2call directly from any website

With MOBtexting chrome extension you can easily place calls to any hyperlinked numbers. The moment you click the online phone number on a chrome web page a call will be placed automatically through MOBtexting's Virtual Phone system. It's a superb way to save time every day.

You can save seconds on every call you make and this will improve your calling accuracy. And if you are a company who makes thousands of calls every day then this Browser Extension will save you and your employees hours per day.

How does it work?

Simply click on the hyperlinked number and a call will be placed from your registered virtual Phone number. When you answer the call you will be connected to the number displayed on the webpage.

Its quick, easy and there will be no misdialled number. 

Where you can find this numbers?

Phone numbers listed on Contact us pages, numbers found in the online corporate directory and customers listed in web-based CRM’s will be now diallable at the click of a button. Your Virtual Phone system will automatically dial-out phone numbers and there is absolutely no need to provide further user input.

Click to call directly from your helpdesk, CRM and Sales Software

It is also an all-in-one browser-based call-center software that will assist you in inside sales, support, and marketing. Its click to call Functionality will help you to call customers directly from your favorite Helpdesk, CRM or sales software by just clicking on a number. 

No more copy and paste and going through the painstaking task of searching for the same contact in both systems. MOBtexting offers the best office phone system in the market that will save you a lot of time and effort and will allow you to focus on closing more deals and will serve your customers in a much better way.                    

扩展基本信息

名称 MOBtexting - Virtual Phone System MOBtexting - Virtual Phone System
ID pdjpceedmojliknefghjeicimfnlakep
官方URL https://chromewebstore.google.com/detail/mobtexting-virtual-phone/pdjpceedmojliknefghjeicimfnlakep
简介 MOBtexting extension to make a call from anywhere
文件大小 259 KB
安装次数 43
当前版本 0.3.9
更新时间 2020-03-05
上架时间 2020-03-05
评分 3.00/5 共1次评分
开发者 app.mobtexting
付费类型 free
支持的语言 en
manifest.json
{
    "background": {
        "persistent": false,
        "scripts": [
            "background.js"
        ]
    },
    "content_scripts": [
        {
            "all_frames": true,
            "css": [
                "flags.min.css",
                "style.css"
            ],
            "js": [
                "jquery-3.2.0.min.js",
                "getNumberinfo.min.js",
                "area_codes.min.js",
                "utils.js",
                "content.js"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "description": "MOBtexting extension to make a call from anywhere",
    "homepage_url": "https:\/\/mobtexting.com\/",
    "icons": {
        "128": "mobtexting.png",
        "16": "mobtexting.png",
        "48": "mobtexting_48.png"
    },
    "manifest_version": 2,
    "name": "MOBtexting - Virtual Phone System",
    "permissions": [
        "tabs",
        "cookies",
        "storage"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "0.3.9",
    "options_page": "options.html",
    "web_accessible_resources": [
        "mobtexting.png"
    ]
}