FuseDesk Help Desk and Messaging Platform

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

Qu'est-ce que FuseDesk Help Desk and Messaging Platform ?

FuseDesk Help Desk and Messaging Platform est une extension Chrome développée par https://fusedesk.com, et sa fonction principale est "Supercharge your Infusionsoft app with FuseDesk. View and create cases right on each Contact record without leaving Infusionsoft!".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension FuseDesk Help Desk and Messaging Platform

Téléchargez les fichiers d'extension FuseDesk Help Desk and Messaging Platform au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

                        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.                    

Informations de Base sur l'Extension

Nom FuseDesk Help Desk and Messaging Platform FuseDesk Help Desk and Messaging Platform
ID beeaobnbcakpimfcnpedicbdokkdkmga
URL Officiel https://chromewebstore.google.com/detail/fusedesk-help-desk-and-me/beeaobnbcakpimfcnpedicbdokkdkmga
Description Supercharge your Infusionsoft app with FuseDesk. View and create cases right on each Contact record without leaving Infusionsoft!
Taille du Fichier 65.69 KB
Nombre d'Installations 72
Version Actuelle 2.0
Dernière Mise à Jour 2020-12-05
Date de Publication 2013-05-06
Évaluation 5.00/5 Total 4 Évaluations
Développeur https://fusedesk.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension 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 de la Page d'Aide https://www.fusedesk.com/support/contact/
Langues Prises en Charge 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*"
    ]
}