StratusLINK

StratusLINK

StratusLINK란 무엇입니까?

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

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        The StratusLINK extension allows for direct integration of your web browser and your SpectrumVoIP Phone service.

Features include: 

Click To Call
- Initiate a call by clicking on the number through your Chrome Browser.
- A friendly icon appears next to clickable numbers on websites!
- Little to no interference to website functionalities!
- Ability to be turned on and off at any time with a click! 

Call Recording Pause
- Only allow recording when YOU WANT to be recorded!
- Simple to use!
- If the selected URL is open on your browser, your call will not be recorded.
- Close the selected URL and your call will resume recording right away.

CRM Popups
- Inbound calls automatically open a URL with a caller ID search
- Customizable for your web based CRM
- Works with Salesforce, Zendesk, and many more!

Send Faxes

SpectrumVoIP Stratus account required to use this product. 
For information about SpectrumVoIP: https://www.spectrumvoip.com/
For more information on this product visit our support site: https://support.spectrumvoip.com/hc/en-us/articles/4403064112659-StratusLINK-User-Guide

Version: 2.11.1
-Corrects bug in click to call limit scan

Version: 2.11.2
-Improved click to call number scanning

Version: 2.11.4
-Improved reconnect to web socket after lost/change of internet
-Remove Click to call scanning in SpectrumVoIP Softphone

Version: 2.11.5
-Added fix for Click to call detection on Salesforce Lightning.                    

확장 프로그램 기본 정보

이름 StratusLINK StratusLINK
ID aojgcjojneegldjkimenjdmdhnhkkdki
공식 URL https://chromewebstore.google.com/detail/stratuslink/aojgcjojneegldjkimenjdmdhnhkkdki
설명 StratusLINK
파일 크기 75.75 KB
설치 횟수 1,561
현재 버전 2.11.5
최근 업데이트 2022-06-28
출시 날짜 2022-01-19
개발자 developer
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.spectrumvoip.com
도움말 페이지 URL https://support.spectrumvoip.com
개인정보 보호 정책 페이지 URL https://www.spectrumvoip.com/privacy-terms
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "StratusLINK",
    "version": "2.11.5",
    "description": "StratusLINK",
    "icons": {
        "128": "favicon.png"
    },
    "background": {
        "page": ".\/views\/background.html",
        "persistent": true
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "js": [
                ".\/scripts\/content.js"
            ],
            "exclude_matches": [
                "https:\/\/pwa.spectrumvoip.com\/*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "options_ui": {
        "page": ".\/views\/options.html",
        "open_in_tab": false
    },
    "permissions": [
        "background",
        "storage",
        "tabs",
        "contextMenus",
        "http:\/\/*\/",
        "https:\/\/*\/"
    ],
    "browser_action": {
        "default_icon": "favicon.png",
        "default_popup": ".\/views\/popup.html"
    },
    "manifest_version": 2
}