smrtPhone.io Chrome Dialer

smrtPhone.io Chrome Dialer

Hvad er smrtPhone.io Chrome Dialer?

smrtPhone.io Chrome Dialer er en Chrome-udvidelse udviklet af https://smrtphone.io, og dens hovedfunktion er "smrtPhone.io Chrome Dialer".

Udvidelsesskærmbilleder

screenshot
screenshot
screenshot
screenshot

Download smrtPhone.io Chrome Dialer-udvidelses-CRX-fil

Download smrtPhone.io Chrome Dialer-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        smrtPhone is an all-in-one cloud phone system for sales driven businesses. Our Chrome Extension powers the most efficiency-boosting features within smrtPhone.
- One-click calling from your CRM
- Call out from any tab
- Send texts from any tab
- Answer calls from any tab
- Enter call notes that automatically sync with your CRM
- See and return recent calls - dialers sync across smrtPhone platforms
- Automatically syncs contacts from your CRM
- Customizable settings put you in control                    

Grundlæggende oplysninger om udvidelsen

Navn smrtPhone.io Chrome Dialer smrtPhone.io Chrome Dialer
ID madmbegfpbmnngkiappcjgighagdggid
Officiel URL https://chromewebstore.google.com/detail/smrtphoneio-chrome-dialer/madmbegfpbmnngkiappcjgighagdggid
Beskrivelse smrtPhone.io Chrome Dialer
Filstørrelse 4.12 MB
Antal Installationer 13,728
Nuværende Version 2.41
Senest Opdateret 2024-02-23
Udgivelsesdato 2017-10-19
Bedømmelse 3.60/5 Samlet 15 Bedømmelser
Udvikler https://smrtphone.io
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://www.smrtphone.io
Hjælpeside-URL https://docs.smrtphone.io/en/articles/4057335-chrome-extension-overview
URL til Fortrolighedspolitik Side https://www.iubenda.com/privacy-policy/7982380
Understøttede Sprog en
manifest.json
{
    "description": "smrtPhone.io Chrome Dialer",
    "version": "2.41",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "smrtPhone.io Chrome Dialer",
    "icons": {
        "16": "icon_16.png",
        "48": "icon_48.png",
        "128": "icon_128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "background": {
        "page": "background.html"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": "icon_48.png"
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*",
                ""
            ],
            "js": [
                "smrtPhone.bundle.js",
                "callWidget.bundle.js",
                "messageModal.bundle.js",
                "contentScript.bundle.js"
            ],
            "css": [
                "content.styles.css"
            ],
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        "content.styles.css",
        "themes\/*",
        "https:\/\/fonts.gstatic.com\/s\/lato\/v17\/S6uyw4BMUTPHjx4wXg.woff2",
        "https:\/\/cloud.typography.com\/7274078\/6564212\/css\/fonts.css",
        "icon_16.png",
        "icon_48.png",
        "icon_128.png",
        "helpImagePng.png"
    ],
    "content_security_policy": "script-src 'self' 'unsafe-eval' https:\/\/media.twiliocdn.com https:\/\/cdn.smrtphone.io https:\/\/js.pusher.com\/4.1\/pusher.min.js https:\/\/stats.pusher.com\/timeline\/v2\/jsonp\/1 https:\/\/cdn.jsdelivr.net\/npm\/semantic-ui@2\/dist\/semantic.min.css; object-src 'self'"
}