SMS VOIP

Call center

SMS VOIP란 무엇입니까?

SMS VOIP은(는) smsassist312에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Call center"입니다.

확장 프로그램 스크린샷

screenshot

SMS VOIP 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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.                    

확장 프로그램 기본 정보

이름 SMS VOIP SMS VOIP
ID fgmjdedafjnlbdepogjbnijbmpjiafmi
공식 URL https://chrome.google.com/webstore/detail/sms-voip/fgmjdedafjnlbdepogjbnijbmpjiafmi
설명 Call center
파일 크기 152 KB
설치 횟수 32
현재 버전 1.05
최근 업데이트 2018-03-16
출시 날짜 2018-03-16
평점 1.00/5 총 1 개의 평점
개발자 smsassist312
결제 유형 free
지원되는 언어 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
        }
    ]
}