AppointmentCore Plugin for Infusionsoft
AppointmentCore Plugin for Infusionsoft
Qu'est-ce que AppointmentCore Plugin for Infusionsoft ?
AppointmentCore Plugin for Infusionsoft est une extension Chrome développée par https://appointmentcore.com, et sa fonction principale est "AppointmentCore Plugin for Infusionsoft".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension AppointmentCore Plugin for Infusionsoft
Téléchargez les fichiers d'extension AppointmentCore Plugin for Infusionsoft au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | AppointmentCore Plugin for Infusionsoft |
ID | mmjcajbhlpjbaegiliagmjaapfkicjml |
URL Officiel | https://chromewebstore.google.com/detail/appointmentcore-plugin-fo/mmjcajbhlpjbaegiliagmjaapfkicjml |
Description | AppointmentCore Plugin for Infusionsoft |
Taille du Fichier | 104 KB |
Nombre d'Installations | 1,714 |
Version Actuelle | 2.0.12 |
Dernière Mise à Jour | 2020-09-16 |
Date de Publication | 2019-03-08 |
Évaluation | 4.44/5 Total 9 Évaluations |
Développeur | https://appointmentcore.com |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://www.appointmentcore.com |
URL de la Page d'Aide | https://appointmentcore.zendesk.com/hc/en-us |
URL de la Page de Politique de Confidentialité | https://www.appointmentcore.com/privacy-policy |
Langues Prises en Charge | 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\/*" ] } |