SMS VOIP

Call center

Hvad er SMS VOIP?

SMS VOIP er en Chrome-udvidelse udviklet af smsassist312, og dens hovedfunktion er "Call center".

Udvidelsesskærmbilleder

screenshot

Download SMS VOIP-udvidelses-CRX-fil

Download SMS VOIP-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn SMS VOIP SMS VOIP
ID fgmjdedafjnlbdepogjbnijbmpjiafmi
Officiel URL https://chrome.google.com/webstore/detail/sms-voip/fgmjdedafjnlbdepogjbnijbmpjiafmi
Beskrivelse Call center
Filstørrelse 152 KB
Antal Installationer 32
Nuværende Version 1.05
Senest Opdateret 2018-03-16
Udgivelsesdato 2018-03-16
Bedømmelse 1.00/5 Samlet 1 Bedømmelser
Udvikler smsassist312
Betalingsmetode free
Understøttede Sprog 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
        }
    ]
}