FuseDesk Help Desk and Messaging Platform

Supercharge your Infusionsoft app with FuseDesk. View and create cases right on each Contact record without leaving Infusionsoft!

FuseDesk Help Desk and Messaging Platform là gì?

FuseDesk Help Desk and Messaging Platform là một tiện ích mở rộng Chrome được phát triển bởi https://fusedesk.com, và tính năng chính của nó là "Supercharge your Infusionsoft app with FuseDesk. View and create cases right on each Contact record without leaving Infusionsoft!".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng FuseDesk Help Desk and Messaging Platform

Tải xuống các tệp mở rộng FuseDesk Help Desk and Messaging Platform 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

                        Now when viewing a contact record in your Infusionsoft application, you can view their existing FuseDesk cases as well as create new cases with just one click. This brings your help desk and support ticketing system for Infusionsoft to a whole new level!

Don't have a FuseDesk App? Get your app today at www.FuseDesk.com

Frequently Asked Questions

Do I need an Infusionsoft account?
Yes. You will need an Infusionsoft account in order to use this add-on.

Do I need a FuseDesk app?
Yes. You will need a FuseDesk application in order to use this add-on.

How will this add-on help me?
When viewing a contact in Infusionsoft, you'll be able to see their existing cases as well as quickly create a new case.                    

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

Tên FuseDesk Help Desk and Messaging Platform FuseDesk Help Desk and Messaging Platform
ID beeaobnbcakpimfcnpedicbdokkdkmga
URL Chính Thức https://chromewebstore.google.com/detail/fusedesk-help-desk-and-me/beeaobnbcakpimfcnpedicbdokkdkmga
Mô tả Supercharge your Infusionsoft app with FuseDesk. View and create cases right on each Contact record without leaving Infusionsoft!
Kích Thước Tệp 65.69 KB
Số Lần Cài Đặt 72
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2020-12-05
Ngày Phát Hành 2013-05-06
Đánh Giá 5.00/5 Tổng số 4 Đánh Giá
Nhà Phát Triển https://fusedesk.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.fusedesk.com/?utm_source=Chrome+AddOn&utm_medium=Chrome+AddOn&utm_term=Chrome+AddOn&utm_content=Chrome+AddOn&utm_campaign=Chrome+AddOn
URL Trang Trợ Giúp https://www.fusedesk.com/support/contact/
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "FuseDesk Help Desk and Messaging Platform",
    "version": "2.0",
    "description": "Supercharge your Infusionsoft app with FuseDesk. View and create cases right on each Contact record without leaving Infusionsoft!",
    "background": {
        "page": "background.html"
    },
    "icons": {
        "16": "img\/icon16.png",
        "48": "img\/icon48.png",
        "128": "img\/icon128.png"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.infusionsoft.com\/Contact\/manageContact.jsp?view=edit*"
            ],
            "all_frames": true,
            "js": [
                "js\/jquery-3.5.1.min.js",
                "js\/jquery.dateFormat-1.0.js",
                "js\/crm.js",
                "js\/contactPageHandler.js",
                "js\/worker.js"
            ]
        }
    ],
    "permissions": [
        "https:\/\/*.fusedesk.com\/*",
        "https:\/\/*.infusionsoft.com\/Contact\/manageContact.jsp?view=edit*"
    ]
}