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
公式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
Eメール [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\/*"
    ]
}