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란 무엇입니까?
FuseDesk Help Desk and Messaging Platform은(는) https://fusedesk.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Supercharge your Infusionsoft app with FuseDesk. View and create cases right on each Contact record without leaving Infusionsoft!"입니다.
확장 프로그램 스크린샷
FuseDesk Help Desk and Messaging Platform 확장 프로그램 CRX 파일 다운로드
크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.
확장 프로그램 사용 설명서
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.
확장 프로그램 기본 정보
이름 | FuseDesk Help Desk and Messaging Platform |
ID | beeaobnbcakpimfcnpedicbdokkdkmga |
공식 URL | https://chromewebstore.google.com/detail/fusedesk-help-desk-and-me/beeaobnbcakpimfcnpedicbdokkdkmga |
설명 | Supercharge your Infusionsoft app with FuseDesk. View and create cases right on each Contact record without leaving Infusionsoft! |
파일 크기 | 65.69 KB |
설치 횟수 | 72 |
현재 버전 | 2.0 |
최근 업데이트 | 2020-12-05 |
출시 날짜 | 2013-05-06 |
평점 | 5.00/5 총 4 개의 평점 |
개발자 | https://fusedesk.com |
이메일 | [email protected] |
결제 유형 | free |
확장 프로그램 웹 사이트 | 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 | https://www.fusedesk.com/support/contact/ |
지원되는 언어 | 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*" ] } |