Smart Messenger CRM
Smart Messenger CRM provides everything needed to optimize and organize a Sales Pipeline directly in Facebook Messenger.
¿Qué es Smart Messenger CRM?
Smart Messenger CRM es una extensión de Chrome desarrollada por http://smartmessenger.io, y su función principal es "Smart Messenger CRM provides everything needed to optimize and organize a Sales Pipeline directly in Facebook Messenger.".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Smart Messenger CRM
Descarga archivos de extensión Smart Messenger CRM en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
Smart Messenger CRM provides everything needed to track and organize a Sales Pipeline being used in Facebook. THIS IS A WHITE LABEL EXTENSION OF GENIUS MESSENGER CRM. No more sorting through messages to find where your prospect is at any stage of the sales process, you can now have all that information right there on your chat screen waiting for them with one click! You no longer need to type the same thing over and over again or copy-paste text and links into chats. Smart Messenger also prevents double contact so they never get annoying follow up texts or emails which will help keep things fresh without getting repetitive. Track leads: The built-in Messenger CRM will keep track of all prospects and leads right inside Messenger without ever having to look somewhere else. With customizable color-coded labels, each Facebook Friend can be tagged with a proper label: Prospect, Lead, Hot Lead, Client, Friend, Family, etc. Keep track of everyone ever messaged and never lose a Messenger sale ever again! Sort by Labels, and by who sent the last message. Add Custom Tags to every contact. Schedule Notifications: Easily schedule reminder notifications right inside Messenger and get a browser notification, or send to a webhook and put it on your favorite calendar.. Automate: Using customized Canned Responses, easily find the the things that are repeatedly typed, and add them to the chat window with the click of a button. You can even add emoji's, and you can also personalize the contact's name anywhere within a Canned Response. Sync between computers - data stored in our database s you can access it from any computer logged into that account. Fields to enter phone and email if provided voluntarily. Webhooks: Sync with calendar, email autoresponder, text marketing software, CRM, wherever you need it. Set speeds for voice chats, so you can listen to them at the speed comfortable to you, saving you time. This extension is an incredible time saver and will keep you organized - never lose another lead again. Finding the right people to connect with can be a full-time job, and it's hard to find time for that not to mention if you let those conversations slip through that cracks. HOW IT WORKS: Once you activate the plugin, you are able to and start automatically organize your Messenger conversations according to the step in your sale process: Facebook Groups and Communities WHY SHOULD I TRY IT: Smart Messenger will do tedious work for you! It will organize and track your sales conversations with ease. You can set up automated messages so that when someone accepts they are automatically connected directly with your virtual assistant or other member of your team who can help convert them into a client. LIMITATIONS: Smart Messenger is designed to take some of the track and organize your sales pipeline in messenger for easy Client Enrollment & Sales We suggest only using this plugin in the recommended settings (details inside of demo). PRICE: Try it 7 days for free, then buy a license at https://smartmessenger.io/7-day-trail Detailed plans and workshops are held inside our group. https://thecoachingportal.me/join
Información Básica de la Extensión
Nombre | |
ID | jcndkfoblaolomfjmdalcgpnhilofljj |
URL Oficial | https://chrome.google.com/webstore/detail/smart-messenger-crm/jcndkfoblaolomfjmdalcgpnhilofljj |
Descripción | Smart Messenger CRM provides everything needed to optimize and organize a Sales Pipeline directly in Facebook Messenger. |
Tamaño del Archivo | 5.65 MB |
Cantidad de Instalaciones | 255 |
Versión Actual | 3.7.33 |
Última Actualización | 2023-03-24 |
Fecha de Publicación | 2021-07-12 |
Desarrollador | http://smartmessenger.io |
Correo electrónico | [email protected] |
Tipo de Pago | in_app |
Sitio Web de la Extensión | https://smartmessenger.io |
URL de la Página de Ayuda | https://smartmessenger.io/support |
URL de la Página de Política de Privacidad | https://get.automationsuite.io/Privacy-policy |
Idiomas Soportados | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Smart Messenger CRM", "version": "3.7.33", "manifest_version": 3, "description": "Smart Messenger CRM provides everything needed to optimize and organize a Sales Pipeline directly in Facebook Messenger.", "icons": { "16": "images\/60eae92ca1974c03c4414d82-Smart_Messenger_CRM-1626030533794-small_icon.png", "48": "images\/60eae92ca1974c03c4414d82-Smart_Messenger_CRM-1626030533851-medium_icon.png", "128": "images\/60eae92ca1974c03c4414d82-Smart_Messenger_CRM-1626030533896-large_icon.png" }, "action": { "default_popup": "popup.html", "default_title": "Smart Messenger CRM" }, "web_accessible_resources": [ { "resources": [ "images\/*.png", "images\/*.svg", "images\/*.gif", "inject-helper\/img\/*.gif", "inject-helper\/img\/*.png", "inject-helper\/img\/*.svg", "inject-helper\/js\/inject.js" ], "matches": [ "https:\/\/www.messenger.com\/*", "https:\/\/www.facebook.com\/*", "https:\/\/m.facebook.com\/*", "https:\/\/web.facebook.com\/*" ] } ], "background": { "service_worker": "background.js" }, "declarative_net_request": { "rule_resources": [ { "id": "ruleset_1", "enabled": true, "path": "rules.json" } ] }, "permissions": [ "storage", "clipboardRead", "notifications", "alarms", "declarativeNetRequest", "unlimitedStorage" ], "host_permissions": [ "https:\/\/www.messenger.com\/*", "https:\/\/www.facebook.com\/*", "https:\/\/m.facebook.com\/*", "https:\/\/mobile.facebook.com\/*", "https:\/\/web.facebook.com\/*", "https:\/\/app.integrately.com\/", "https:\/\/api.geniusmessenger.io\/" ], "content_scripts": [ { "all_frames": true, "css": [ "inject-helper\/css\/toastify.min.css", "inject-helper\/css\/emoji.css", "inject-helper\/css\/map.min.css", "inject-helper\/css\/speed.min.css", "inject-helper\/css\/common.css" ], "js": [ "inject-helper\/js\/jquery-3.1.0.min.js", "inject-helper\/js\/arrive.js", "inject-helper\/js\/config.js", "inject-helper\/js\/util.js", "inject-helper\/js\/jquery.emojiarea.js", "inject-helper\/js\/emoji-picker.js", "inject-helper\/js\/map.min.js", "inject-helper\/js\/speed.min.js", "content.js" ], "matches": [ "https:\/\/www.messenger.com\/*", "https:\/\/www.facebook.com\/*", "https:\/\/m.facebook.com\/*", "https:\/\/web.facebook.com\/*", "https:\/\/mbasic.facebook.com\/*" ], "run_at": "document_end" }, { "all_frames": true, "css": [], "js": [ "getAllFbFriends.js" ], "matches": [ "https:\/\/www.facebook.com\/friends\/*", "https:\/\/web.facebook.com\/friends\/*" ], "run_at": "document_end" } ], "short_name": "SMC" } |