AppointmentCore Plugin for Infusionsoft
AppointmentCore Plugin for Infusionsoft
¿Qué es AppointmentCore Plugin for Infusionsoft?
AppointmentCore Plugin for Infusionsoft es una extensión de Chrome desarrollada por https://appointmentcore.com, y su función principal es "AppointmentCore Plugin for Infusionsoft".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión AppointmentCore Plugin for Infusionsoft
Descarga archivos de extensión AppointmentCore Plugin for Infusionsoft 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
AppointmentCore's Infusionsoft Plugin allows you to book appointments with your prospects and customers directly from your Infusionsoft CRM. Simply click on the AppointmentCore button when viewing a contact record, OR from your Infusionsoft search results page to choose which appointment you wish to schedule, and you will be directed to the AppointmentCore Booking Link to choose a time that works for you and your contact, and the appointment will instantly be booked onto your Google, Outlook, or Infusionsoft Calendars! It also works directly with your Infusionsoft campaigns, so that you can easily trigger automation like reminder emails, followup sequences, and any other Infusionsoft campaign action you wish. All from within your Infusionsoft app. Get AppointmentCore TODAY at (https://www.appointmentcore.com/get-started/) and install this plugin. Your team members will never need to leave Infusionsoft to book appointments with your contacts.
Información Básica de la Extensión
Nombre | AppointmentCore Plugin for Infusionsoft |
ID | mmjcajbhlpjbaegiliagmjaapfkicjml |
URL Oficial | https://chromewebstore.google.com/detail/appointmentcore-plugin-fo/mmjcajbhlpjbaegiliagmjaapfkicjml |
Descripción | AppointmentCore Plugin for Infusionsoft |
Tamaño del Archivo | 104 KB |
Cantidad de Instalaciones | 1,714 |
Versión Actual | 2.0.12 |
Última Actualización | 2020-09-16 |
Fecha de Publicación | 2019-03-08 |
Calificación | 4.44/5 Total de 9 Calificaciones |
Desarrollador | https://appointmentcore.com |
Correo electrónico | [email protected] |
Tipo de Pago | free |
Sitio Web de la Extensión | https://www.appointmentcore.com |
URL de la Página de Ayuda | https://appointmentcore.zendesk.com/hc/en-us |
URL de la Página de Política de Privacidad | https://www.appointmentcore.com/privacy-policy |
Idiomas Soportados | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "AppointmentCore Plugin for Infusionsoft", "version": "2.0.12", "manifest_version": 2, "minimum_chrome_version": "50", "description": "AppointmentCore Plugin for Infusionsoft", "icons": { "128": "skin\/images\/logo_icon_128.png", "64": "skin\/images\/logo_icon_64.png", "48": "skin\/images\/logo_icon_48.png", "32": "skin\/images\/logo_icon_32.png", "16": "skin\/images\/logo_icon_16.png" }, "background": { "scripts": [ "background.js" ], "persistent": false }, "permissions": [ "background", "webNavigation", "*:\/\/*.infusionsoft.com\/*", "*:\/\/*.appointmentcore.com\/*" ], "web_accessible_resources": [ "frameWrapper.html", "skin\/*" ] } |