Yeastar Linkus for Google

Manage your office calls easily and never miss a call from your business phone system.

Co to jest Yeastar Linkus for Google?

Yeastar Linkus for Google to rozszerzenie Chrome opracowane przez https://www.yeastar.com, a jego główną funkcją jest „Manage your office calls easily and never miss a call from your business phone system.”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot
screenshot
screenshot
screenshot

Pobierz plik CRX rozszerzenia Yeastar Linkus for Google

Pobierz pliki rozszerzeń Yeastar Linkus for Google w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        Yeastar Linkus for Google seamlessly integrates Yeastar PBX services to create a lightweight yet powerful browser-based softphone tool. Enable easy dialpad, click-to-call, advanced call handing, call notification, phone number auto-detection on web pages and more to maximize your workday efficiency.

*Features*

● Incoming call pop-up to avoid missing important calls, even with your web browser or Linkus web client closed.
● Easy dialpad and PBX-integrated contact search & auto-matching
● Active call control, including web-based audio/video calls, call transfer, hold, mute, record, CTI, etc.
● Click-to-call any phone numbers on a web page, including web-based CRMs
● Notifications for new voicemails and missed calls
● Extension presence switch between Available, Away, Do Not Disturb, etc.
● Queue agent pause/unpause, log in/out
● Blocklist certain websites to prevent the extension from detecting those numbers
● Customizable function keys to achieve one-click operation of often-used functions, including speed dial, extension status monitoring, call parking, etc.

*Important Read*

This plugin only works with Yeastar business phone systems and is not a standalone extension. Some of the stated features are limited to specific Yeastar PBX series. See details below:
● Yeastar P-Series PBX System: you must have a Linkus Web Client account or a Linkus Desktop Client to use the plugin. 
● If used with Linkus Web Client, this extension will support all the features.
● If used with Linkus Desktop Client, this extension will only support click-to-call, phone number auto-detection on web pages, and website blocklist features.

Learn more about Yeastar PBX systems here: www.yeastar.com
Download Yeastar Linkus Desktop Client here:
https://www.yeastar.com/linkus-download/                    

Podstawowe informacje o rozszerzeniu

Nazwa Yeastar Linkus for Google Yeastar Linkus for Google
ID ldkinnfkollhaghfaioheokmnkjejmpm
Oficjalny URL https://chromewebstore.google.com/detail/yeastar-linkus-for-google/ldkinnfkollhaghfaioheokmnkjejmpm
Opis Manage your office calls easily and never miss a call from your business phone system.
Rozmiar pliku 2.5 MB
Liczba instalacji 24,570
Aktualna Wersja 4.5.0
Ostatnia Aktualizacja 2024-01-17
Data Publikacji 2019-12-10
Ocena 3.33/5 Łącznie 12 Oceny
Deweloper https://www.yeastar.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.yeastar.com/
Adres URL Strony Pomocy https://support.yeastar.com
Adres URL Strony Polityki Prywatności https://www.yeastar.com/privacy
Obsługiwane Języki de,en,it,pt-BR,zh-CN
manifest.json
{
    "manifest_version": 2,
    "name": "Yeastar Linkus for Google",
    "version": "4.5.0",
    "description": "__MSG_appDesc__",
    "default_locale": "en",
    "icons": {
        "16": "images\/icon16x16.png",
        "24": "images\/icon24x24.png",
        "32": "images\/icon32x32.png",
        "48": "images\/icon48x48.png",
        "128": "images\/icon128x128.png"
    },
    "background": {
        "scripts": [
            "static\/js\/background.js"
        ],
        "persistent": true
    },
    "commands": {
        "active": {
            "description": "__MSG_appCommandActive__"
        },
        "hold_resume": {
            "description": "__MSG_appCommandHoldResume__"
        },
        "answer_incoming_call": {
            "description": "__MSG_appCommandAnswerIncomingCall__"
        },
        "reject_or_hang_up_call": {
            "description": "__MSG_appCommandRejectOrHangupCall__"
        }
    },
    "browser_action": {
        "default_icon": {
            "16": "images\/icon16x16.png",
            "24": "images\/icon24x24.png",
            "32": "images\/icon32x32.png",
            "48": "images\/icon48x48.png",
            "128": "images\/icon128x128.png"
        },
        "default_title": "Yeastar Linkus for Google"
    },
    "content_scripts": [
        {
            "js": [
                "js\/findAndReplaceDOMText.js",
                "js\/jquery-1.8.3.min.js",
                "static\/js\/content-script.js",
                "js\/content-installed.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                "file:\/\/*\/*"
            ],
            "run_at": "document_start",
            "all_frames": true
        }
    ],
    "permissions": [
        "notifications",
        "storage",
        "tabs",
        "background",
        "cookies",
        "webRequest",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "webRequestBlocking",
        "wss:\/\/*\/*",
        "ws:\/\/*\/*"
    ],
    "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/yeastar-click-to-call\/ldkinnfkollhaghfaioheokmnkjejmpm",
    "options_page": "options.html",
    "options_ui": {
        "page": "options.html",
        "chrome_style": true
    },
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx"
}