AppointmentCore Plugin for Infusionsoft
AppointmentCore Plugin for Infusionsoft
AppointmentCore Plugin for Infusionsoft란 무엇입니까?
AppointmentCore Plugin for Infusionsoft은(는) https://appointmentcore.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "AppointmentCore Plugin for Infusionsoft"입니다.
확장 프로그램 스크린샷
AppointmentCore Plugin for Infusionsoft 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | AppointmentCore Plugin for Infusionsoft |
ID | mmjcajbhlpjbaegiliagmjaapfkicjml |
공식 URL | https://chromewebstore.google.com/detail/appointmentcore-plugin-fo/mmjcajbhlpjbaegiliagmjaapfkicjml |
설명 | AppointmentCore Plugin for Infusionsoft |
파일 크기 | 104 KB |
설치 횟수 | 1,714 |
현재 버전 | 2.0.12 |
최근 업데이트 | 2020-09-16 |
출시 날짜 | 2019-03-08 |
평점 | 4.44/5 총 9 개의 평점 |
개발자 | https://appointmentcore.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | https://www.appointmentcore.com |
도움말 페이지 URL | https://appointmentcore.zendesk.com/hc/en-us |
개인정보 보호 정책 페이지 URL | https://www.appointmentcore.com/privacy-policy |
지원되는 언어 | 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\/*" ] } |