SMS VOIP
Call center
Cos'è SMS VOIP?
SMS VOIP è un'estensione di Chrome sviluppata da smsassist312, e la sua funzione principale è "Call center".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione SMS VOIP
Scarica i file di estensione SMS VOIP in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | |
ID | fgmjdedafjnlbdepogjbnijbmpjiafmi |
URL Ufficiale | https://chrome.google.com/webstore/detail/sms-voip/fgmjdedafjnlbdepogjbnijbmpjiafmi |
Descrizione | Call center |
Dimensione del File | 152 KB |
Conteggio Installazioni | 32 |
Versione Corrente | 1.05 |
Ultimo Aggiornamento | 2018-03-16 |
Data di Pubblicazione | 2018-03-16 |
Valutazione | 1.00/5 Totale 1 Valutazioni |
Sviluppatore | smsassist312 |
Tipo di Pagamento | free |
Lingue Supportate | 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 } ] } |