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é란 무엇입니까?
SFR Call Contact - Bandeau Intégré은(는) SFR Business에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "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é 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
- 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/
확장 프로그램 기본 정보
이름 | SFR Call Contact - Bandeau Intégré |
ID | faddbinbcccjgdhdmmbadkbklhaecimj |
공식 URL | https://chromewebstore.google.com/detail/sfr-call-contact-bandeau/faddbinbcccjgdhdmmbadkbklhaecimj |
설명 | Le bandeau intégré permet un couplage simple et rapide de la solution de centre d’appels Call Contact à votre CRM. |
파일 크기 | 51.95 KB |
설치 횟수 | 330 |
현재 버전 | 1.2.2 |
최근 업데이트 | 2021-01-05 |
출시 날짜 | 2020-07-04 |
개발자 | SFR Business |
이메일 | [email protected] |
결제 유형 | in_app |
도움말 페이지 URL | https://assistance.utilisateur-relationclient.sfrbusiness.fr/callcontact/ |
개인정보 보호 정책 페이지 URL | https://www.sfrbusiness.fr/sfr-politique-de-protection-des-donnees-personnelles.html |
지원되는 언어 | 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" ] } |