Cloud Plugin

Connect your browser with a powerful Cloud Group PBX.

Cloud Plugin란 무엇입니까?

Cloud Plugin은(는) https://www.cloud-communications.be에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Connect your browser with a powerful Cloud Group PBX."입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot

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

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

확장 프로그램 사용 설명서

                        Cloud Group has an in-house developed cloud VoIP platform with mobile integration. The future of business telephony where you don't miss a single call.

Advantages of using Cloud Group:
- Improve call flows with your project manager
- Redundant & stable infrastructure
- Improved call quality
- No contract

Advantages of integrating Cloud Group:
- Click2Dial any phone number to initiate an outbound call
- Improve productivity                    

확장 프로그램 기본 정보

이름 Cloud Plugin Cloud Plugin
ID gjblojpjmheheolnobacoglncglmecbe
공식 URL https://chromewebstore.google.com/detail/cloud-plugin/gjblojpjmheheolnobacoglncglmecbe
설명 Connect your browser with a powerful Cloud Group PBX.
파일 크기 1.54 MB
설치 횟수 683
현재 버전 3.0.3
최근 업데이트 2023-07-01
출시 날짜 2019-09-27
평점 5.00/5 총 2 개의 평점
개발자 https://www.cloud-communications.be
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.cloudgroup.be/
도움말 페이지 URL https://www.mycc.be
개인정보 보호 정책 페이지 URL https://privacy.cloudgroup.be
지원되는 언어 en,fr,nl
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "3.0.3",
    "name": "Cloud Plugin",
    "default_locale": "nl",
    "description": "Connect your browser with a powerful Cloud Group PBX.",
    "author": "Cloud Group NV",
    "icons": {
        "16": "img\/logo_dark.png",
        "128": "img\/logo_dark.png"
    },
    "action": {
        "default_icon": "img\/logo_dark.png",
        "default_title": "Cloud Group NV",
        "default_popup": "popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "css\/toastr.min.css",
                "css\/custom.css"
            ],
            "js": [
                "js\/jquery.min.js",
                "js\/toastr.min.js",
                "js\/content.js"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/service_worker.js"
    },
    "permissions": [
        "activeTab",
        "contextMenus",
        "notifications",
        "storage"
    ],
    "host_permissions": [
        ""
    ]
}