SFR Call Contact - Bandeau Intégré

Le bandeau intégré permet un couplage simple et rapide de la solution de centre d’appels Call Contact à votre CRM.

SFR Call Contact - Bandeau Intégré là gì?

SFR Call Contact - Bandeau Intégré là một tiện ích mở rộng Chrome được phát triển bởi SFR Business, và tính năng chính của nó là "Le bandeau intégré permet un couplage simple et rapide de la solution de centre d’appels Call Contact à votre CRM.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng SFR Call Contact - Bandeau Intégré

Tải xuống các tệp mở rộng SFR Call Contact - Bandeau Intégré dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        - Lors d’un appel _Call Contact_ vers l’un de vos téléconseillers, le bandeau remonte automatiquement la fiche liée au client dans votre navigateur.
 - L'extension permet aussi au téléconseiller de rappeler le client via _Call Contact_ en 1 clic. Ceci à partir du n° de téléphone client présent sur la page web du CRM.

Le bandeau intégré nécessite la souscription à la solution _Call Contact_ de SFR Business.
De plus, le CRM utilisé doit faire partie de la **liste des CRMs pris en charge** par l'application.

Plus d’informations sur : https://www.sfrbusiness.fr/relation-client/call-contact/                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên SFR Call Contact - Bandeau Intégré SFR Call Contact - Bandeau Intégré
ID faddbinbcccjgdhdmmbadkbklhaecimj
URL Chính Thức https://chromewebstore.google.com/detail/sfr-call-contact-bandeau/faddbinbcccjgdhdmmbadkbklhaecimj
Mô tả Le bandeau intégré permet un couplage simple et rapide de la solution de centre d’appels Call Contact à votre CRM.
Kích Thước Tệp 51.95 KB
Số Lần Cài Đặt 330
Phiên Bản Hiện Tại 1.2.2
Cập Nhật Lần Cuối 2021-01-05
Ngày Phát Hành 2020-07-04
Nhà Phát Triển SFR Business
Email [email protected]
Loại Thanh Toán in_app
URL Trang Trợ Giúp https://assistance.utilisateur-relationclient.sfrbusiness.fr/callcontact/
URL Trang Chính Sách Bảo Mật https://www.sfrbusiness.fr/sfr-politique-de-protection-des-donnees-personnelles.html
Ngôn Ngữ Được Hỗ Trợ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "SFR Call Contact - Bandeau Int\u00e9gr\u00e9",
    "short_name": "SFR CC Bandeau",
    "version": "1.2.2",
    "default_locale": "fr",
    "author": "SFR Business",
    "description": "Le bandeau int\u00e9gr\u00e9 permet un couplage simple et rapide de la solution de centre d\u2019appels Call Contact \u00e0 votre CRM.",
    "homepage_url": "https:\/\/www.sfrbusiness.fr\/relation-client\/call-contact",
    "icons": {
        "48": "icons\/sfr_48.png",
        "128": "icons\/sfr.png"
    },
    "permissions": [
        "https:\/\/opencc.callcontact.les800.com\/*",
        "notifications",
        "contextMenus"
    ],
    "background": {
        "scripts": [
            "common.js",
            "config.js",
            "lib\/browser-polyfill.js",
            "background\/Badge.js",
            "background\/CallTimer.js",
            "background\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "icons\/sfr.png",
        "default_title": "SFR Bandeau Int\u00e9gr\u00e9",
        "default_popup": "popup\/popup.html"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.lightning.force.com\/*"
            ],
            "css": [
                "content\/content.css"
            ],
            "js": [
                "lib\/browser-polyfill.js",
                "common.js",
                "content\/content.js",
                "content\/salesforce_content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.zendesk.com\/agent*"
            ],
            "css": [
                "content\/content.css",
                "content\/zendesk_content.css"
            ],
            "js": [
                "lib\/browser-polyfill.js",
                "common.js",
                "config.js",
                "content\/content.js",
                "content\/zendesk_content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.dynamics.com\/*"
            ],
            "css": [
                "content\/content.css",
                "content\/ms_dynamics_content.css"
            ],
            "js": [
                "lib\/browser-polyfill.js",
                "common.js",
                "content\/content.js",
                "content\/ms_dynamics_content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/*.service-now.com\/*"
            ],
            "css": [
                "content\/content.css",
                "content\/serviceNow_content.css"
            ],
            "js": [
                "lib\/browser-polyfill.js",
                "common.js",
                "content\/content.js",
                "content\/serviceNow_content.js"
            ]
        }
    ],
    "minimum_chrome_version": "76",
    "protocol_handlers": [
        {
            "protocol": "tel",
            "name": "Call Contact",
            "uriTemplate": "https:\/\/opencc.callcontact.les800.com\/occ-crm-connector\/cc\/outbound?query=%s"
        }
    ],
    "commands": {
        "_execute_browser_action": {
            "suggested_key": {
                "windows": "Ctrl+Shift+X",
                "linux": "Ctrl+Shift+X",
                "mac": "MacCtrl+Shift+X",
                "default": "Ctrl+Shift+X"
            },
            "description": "Ouverture Bandeau Int\u00e9gr\u00e9"
        }
    },
    "web_accessible_resources": [
        "icons\/phone.png"
    ]
}