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 - это расширение Chrome, разработанное https://customerservicequotes.com, и его основная функция - "Motivational Customer Service quotes and articles in every new tab!".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Customer Service Quotes by Freshworks

Скачайте файлы расширений Customer Service Quotes by Freshworks в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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"
        ]
    }
}