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文件

下載Rinkel Webphone擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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
官方網址 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"
    ]
}