SMS VOIP

Call center

Qu'est-ce que SMS VOIP ?

SMS VOIP est une extension Chrome développée par smsassist312, et sa fonction principale est "Call center".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension SMS VOIP

Téléchargez les fichiers d'extension SMS VOIP 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

                        This is a chrome extension developed for SMS Assist located in Chicago of USA, Which is developed for their operation managers to make a call by clicking any telephone number on webpage. This is a separated application of VOIP which is a web telephone system of SMS Assist, only the operation managers who signed in the VOIP system have the authority to use it.                    

Informations de Base sur l'Extension

Nom SMS VOIP SMS VOIP
ID fgmjdedafjnlbdepogjbnijbmpjiafmi
URL Officiel https://chrome.google.com/webstore/detail/sms-voip/fgmjdedafjnlbdepogjbnijbmpjiafmi
Description Call center
Taille du Fichier 152 KB
Nombre d'Installations 32
Version Actuelle 1.05
Dernière Mise à Jour 2018-03-16
Date de Publication 2018-03-16
Évaluation 1.00/5 Total 1 Évaluations
Développeur smsassist312
Type de Paiement free
Langues Prises en Charge en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SMS VOIP",
    "description": "Call center",
    "version": "1.05",
    "background": {
        "scripts": [
            "dist\/background.js"
        ]
    },
    "icons": {
        "16": ".\/icon\/16.ico",
        "48": ".\/icon\/48.ico",
        "128": ".\/icon\/128.ico"
    },
    "browser_action": {
        "default_icon": ".\/icon\/icon.png"
    },
    "permissions": [
        "tabs",
        "storage",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "css": [
                "css\/style.css"
            ],
            "js": [
                "dist\/content.js"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ]
}