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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Le bandeau intégré permet un couplage simple et rapide de la solution de centre d’appels Call Contact à votre CRM."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में SFR Call Contact - Bandeau Intégré एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ 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" ] } |