AppointmentCore Plugin for Infusionsoft

AppointmentCore Plugin for Infusionsoft

AppointmentCore Plugin for Infusionsoftคืออะไร?

AppointmentCore Plugin for Infusionsoft เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://appointmentcore.com และคุณลักษณะหลักของมันคือ "AppointmentCore Plugin for Infusionsoft"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย AppointmentCore Plugin for Infusionsoft

ดาวน์โหลดไฟล์ส่วนขยาย 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
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\/*"
    ]
}