MOBtexting - Virtual Phone System

MOBtexting extension to make a call from anywhere

Qu'est-ce que MOBtexting - Virtual Phone System ?

MOBtexting - Virtual Phone System est une extension Chrome développée par app.mobtexting, et sa fonction principale est "MOBtexting extension to make a call from anywhere".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension MOBtexting - Virtual Phone System

Téléchargez les fichiers d'extension MOBtexting - Virtual Phone System au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom MOBtexting - Virtual Phone System MOBtexting - Virtual Phone System
ID pdjpceedmojliknefghjeicimfnlakep
URL Officiel https://chromewebstore.google.com/detail/mobtexting-virtual-phone/pdjpceedmojliknefghjeicimfnlakep
Description MOBtexting extension to make a call from anywhere
Taille du Fichier 259 KB
Nombre d'Installations 43
Version Actuelle 0.3.9
Dernière Mise à Jour 2020-03-05
Date de Publication 2020-03-05
Évaluation 3.00/5 Total 1 Évaluations
Développeur app.mobtexting
Type de Paiement free
Langues Prises en Charge 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"
    ]
}