SMS VOIP
Call center
Wat is SMS VOIP?
SMS VOIP is een Chrome-extensie ontwikkeld door smsassist312, en de belangrijkste functie is "Call center".
Extensie Screenshots
Download het CRX-bestand van de extensie SMS VOIP
Download SMS VOIP-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | fgmjdedafjnlbdepogjbnijbmpjiafmi |
Officiële URL | https://chrome.google.com/webstore/detail/sms-voip/fgmjdedafjnlbdepogjbnijbmpjiafmi |
Beschrijving | Call center |
Bestandsgrootte | 152 KB |
Aantal Installaties | 32 |
Huidige Versie | 1.05 |
Laatst Bijgewerkt | 2018-03-16 |
Publicatiedatum | 2018-03-16 |
Beoordeling | 1.00/5 Totaal 1 Beoordelingen |
Ontwikkelaar | smsassist312 |
Betalingswijze | free |
Ondersteunde Talen | 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 } ] } |