Customer Service Quotes by Freshworks

Motivational Customer Service quotes and articles in every new tab!

Customer Service Quotes by Freshworks란 무엇입니까?

Customer Service Quotes by Freshworks은(는) https://customerservicequotes.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Motivational Customer Service quotes and articles in every new tab!"입니다.

확장 프로그램 스크린샷

screenshot

Customer Service Quotes by Freshworks 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Motivational and inspiring quotes in new tab to keep your day shining. 

What do you get? 

- Motivational Customer service quotes
- Customer Experience quotes
- Inspiring Product quotes
- Quirky Marketing quotes
- Quotes about Engineering by devs

Trending Medium articles by Customer support pros about Customer Service, Customer experience, Customer success in your chrome new tab!

With love from Freshworks.                    

확장 프로그램 기본 정보

이름 Customer Service Quotes by Freshworks Customer Service Quotes by Freshworks
ID chbnbipmnkhageodgepobggbbomncelk
공식 URL https://chrome.google.com/webstore/detail/customer-service-quotes-b/chbnbipmnkhageodgepobggbbomncelk
설명 Motivational Customer Service quotes and articles in every new tab!
파일 크기 304 KB
설치 횟수 58
현재 버전 1.7.2
최근 업데이트 2018-04-19
출시 날짜 2018-04-19
평점 4.86/5 총 14 개의 평점
개발자 https://customerservicequotes.com
결제 유형 free
확장 프로그램 웹 사이트 https://customerservicequotes.com
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "description": "Motivational Customer Service quotes and articles in every new tab!",
    "version": "1.7.2",
    "name": "Customer Service Quotes by Freshworks",
    "manifest_version": 2,
    "author": "Freshworks",
    "icons": {
        "128": "icon-128.png"
    },
    "background": {
        "scripts": [
            "background.bundle.js"
        ]
    },
    "chrome_url_overrides": {
        "newtab": "popup.html"
    },
    "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
    "permissions": [
        "https:\/\/source.unsplash.com\/",
        "geolocation",
        "identity"
    ],
    "oauth2": {
        "client_id": "933694044162-dueklbd0ft3k04ufspcoe8q2l1bcskjv.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/userinfo.email"
        ]
    }
}