AppointmentCore Plugin for Infusionsoft

AppointmentCore Plugin for Infusionsoft

AppointmentCore Plugin for Infusionsoft là gì?

AppointmentCore Plugin for Infusionsoft là một tiện ích mở rộng Chrome được phát triển bởi https://appointmentcore.com, và tính năng chính của nó là "AppointmentCore Plugin for Infusionsoft".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng AppointmentCore Plugin for Infusionsoft

Tải xuống các tệp mở rộng AppointmentCore Plugin for Infusionsoft dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên AppointmentCore Plugin for Infusionsoft AppointmentCore Plugin for Infusionsoft
ID mmjcajbhlpjbaegiliagmjaapfkicjml
URL Chính Thức https://chromewebstore.google.com/detail/appointmentcore-plugin-fo/mmjcajbhlpjbaegiliagmjaapfkicjml
Mô tả AppointmentCore Plugin for Infusionsoft
Kích Thước Tệp 104 KB
Số Lần Cài Đặt 1,714
Phiên Bản Hiện Tại 2.0.12
Cập Nhật Lần Cuối 2020-09-16
Ngày Phát Hành 2019-03-08
Đánh Giá 4.44/5 Tổng số 9 Đánh Giá
Nhà Phát Triển https://appointmentcore.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.appointmentcore.com
URL Trang Trợ Giúp https://appointmentcore.zendesk.com/hc/en-us
URL Trang Chính Sách Bảo Mật https://www.appointmentcore.com/privacy-policy
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}