instant-technologies / chime-sp-extension

This project is supposed to work as a tool to build a Chime web client SharePoint app

Home Page:https://addchime.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Chime SharePoint Web Client Extension

Chime SharePoint Extension

Summary

This project is supposed to work as a tool to build a Chime web client SharePoint app (.sppkg file). Once deployed, this app can help your end users start a conversation with live agents directly from your SharePoint sites.

Please visit our website at https://www.addchime.com/index.html to learn more about Chime.

Prerequisites

Step 1 - Setup this project

  • Install Gulp npm install -g gulp
  • Clone this repo git clone https://github.com/instant-technologies/chime-sp-extension.git
  • Change directory to this project and install dependencies npm install
  • Update the string value in /src/index.ts with your Chime web client URL, for example https://ch-teams-net1.imchime.com/Chime/WebClient?id=1

Step 2 - Build your Chime SharePoint app

  • Run gulp bundle --ship
  • Run gulp package-solution --ship
  • The previous command will generate a chime-extension.sppkg file located in the /sharepoint folder. This is what you need to upload to your SharePoint app catalog.

Step 3 - Deploy

After following the steps above, you should see a Chime button at the right-bottom-corner of your SharePoint page. Clicking that button should launch your Chime web client.

About

This project is supposed to work as a tool to build a Chime web client SharePoint app

https://addchime.com


Languages

Language:TypeScript 94.3%Language:JavaScript 5.7%