StratusLINK

StratusLINK

StratusLINK là gì?

StratusLINK là một tiện ích mở rộng Chrome được phát triển bởi developer, và tính năng chính của nó là "StratusLINK".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng StratusLINK

Tải xuống các tệp mở rộng StratusLINK dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên StratusLINK StratusLINK
ID aojgcjojneegldjkimenjdmdhnhkkdki
URL Chính Thức https://chromewebstore.google.com/detail/stratuslink/aojgcjojneegldjkimenjdmdhnhkkdki
Mô tả StratusLINK
Kích Thước Tệp 75.75 KB
Số Lần Cài Đặt 1,561
Phiên Bản Hiện Tại 2.11.5
Cập Nhật Lần Cuối 2022-06-28
Ngày Phát Hành 2022-01-19
Nhà Phát Triển developer
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.spectrumvoip.com
URL Trang Trợ Giúp https://support.spectrumvoip.com
URL Trang Chính Sách Bảo Mật https://www.spectrumvoip.com/privacy-terms
Ngôn Ngữ Được Hỗ Trợ 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
}