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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Beheer je zakelijke oproepen eenvoudig via de Chrome browser, ideaal voor ondernemers en teams met een hybride werkplek."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Rinkel Webphone एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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"
    ]
}