Rinkel Webphone

Beheer je zakelijke oproepen eenvoudig via de Chrome browser, ideaal voor ondernemers en teams met een hybride werkplek.

Rinkel Webphone란 무엇입니까?

Rinkel Webphone은(는) https://rinkel.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Beheer je zakelijke oproepen eenvoudig via de Chrome browser, ideaal voor ondernemers en teams met een hybride werkplek."입니다.

확장 프로그램 스크린샷

screenshot

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

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

확장 프로그램 사용 설명서

                        Work efficiently with the Rinkel Webphone. Ideal, whether you work alone or in teams. Call with one click via the browser. Rinkel is the business telecom provider for entrepreneurs and SMEs.

Make or answer calls without your mobile or any phone. Ideal for entrepreneurs and teams. Forward calls to colleagues, manage your call history, listen to voicemails and link My Rinkel with your own CRM system.

Start a conversation with one click with the Rinkel Webphone plugin. Click on a phone number from any tab and start calling right away. Ringed like that.

--------------------
With the Rinkel Webphone you can:
--------------------

👥 Transfer to colleagues (blind or with note)
📞 Put calls on hold
💻 Call from any website in Chrome
✅ Link your own CRM system via Zapier
👤 Manage contacts and call history
📅 Enable a queue and set opening times                    

확장 프로그램 기본 정보

이름 Rinkel Webphone Rinkel Webphone
ID aoinejidhonbodflpelodgghllcadbfh
공식 URL https://chromewebstore.google.com/detail/rinkel-webphone/aoinejidhonbodflpelodgghllcadbfh
설명 Beheer je zakelijke oproepen eenvoudig via de Chrome browser, ideaal voor ondernemers en teams met een hybride werkplek.
파일 크기 11.89 KB
설치 횟수 166
현재 버전 1.2
최근 업데이트 2022-09-29
출시 날짜 2022-08-30
개발자 https://rinkel.com
이메일 [email protected]
결제 유형 free
확장 프로그램 웹 사이트 https://www.rinkel.com/nl-nl/functies#c2289
도움말 페이지 URL https://my.rinkel.com/webphone
개인정보 보호 정책 페이지 URL https://www.rinkel.com/nl-nl/privacy
지원되는 언어 en,nl,es
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Rinkel Webphone",
    "description": "Beheer je zakelijke oproepen eenvoudig via de Chrome browser, ideaal voor ondernemers en teams met een hybride werkplek.",
    "default_locale": "nl",
    "version": "1.2",
    "manifest_version": 3,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "background": {
        "service_worker": "src\/background.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*\/*",
                "http:\/\/*\/*"
            ],
            "js": [
                "src\/app.js"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "http:\/\/*.bereik.test:8080\/*",
            "https:\/\/*.rinkel.com\/*"
        ]
    },
    "host_permissions": [
        "http:\/\/*.bereik.test:8080\/*",
        "https:\/\/*.rinkel.com\/*"
    ],
    "permissions": [
        "tabs",
        "contextMenus",
        "scripting"
    ]
}