AppointmentCore Plugin for Infusionsoft

AppointmentCore Plugin for Infusionsoft

什麼是AppointmentCore Plugin for Infusionsoft?

AppointmentCore Plugin for Infusionsoft是由https://appointmentcore.com開發的Chrome擴展程式,該擴展的主要功能是“AppointmentCore Plugin for Infusionsoft”。

擴展截圖

screenshot

下載AppointmentCore Plugin for Infusionsoft擴展crx文件

下載AppointmentCore Plugin for Infusionsoft擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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 AppointmentCore Plugin for Infusionsoft
ID mmjcajbhlpjbaegiliagmjaapfkicjml
官方網址 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\/*"
    ]
}