고객 지원은 저희 깃플에게 맡기고, 여러분의 핵심 서비스에 집중하세요.
고객지원 센터를 구축
하려는
홈페이지 및 모바일앱 서비스 제공사
를 위해
채팅기반의 고객지원 서비스
인
깃플 채팅상담
은
상담원의 고객대응 생산성을 높여주고, 앱 사용자가 쉽게 문의할수 있도록 도와줍니다
.
네이버톡톡이나 카톡같이 타사 플랫폼에 종속되는 것
과 다르게
#!/bin/bash | |
# | |
# This script will browse a Slack export folder and download all files in a new /export folder | |
# | |
# HOW TO: | |
# 1. As a Workspace admin, download an export of your Slack history (https://www.slack.com/services/export) | |
# 2. Make sure you have jq installed (https://stedolan.github.io/jq/) | |
# 3. Place this file at the root of your Slack export folder, next to channels.json | |
# 4. Run `bash slack-files-downloader.sh` in your terminal | |
# |
// Use Gists to store code you would like to remember later on | |
console.log(window); // log the "window" object to the console |
#!/bin/sh | |
##3.5...10...15...20...25...30...35...40...45...50...55...60...65...70...75...80 | |
## | |
## Debian / Linux / Ubuntu / LSB | |
## Startup script for Express / Node.js application with the forever module | |
## | |
## | |
## A modification of "init.d.lsb.ex" by Nicolas Thouvenin | |
## | |
## |