Customer Service Quotes by Freshworks
Motivational Customer Service quotes and articles in every new tab!
¿Qué es Customer Service Quotes by Freshworks?
Customer Service Quotes by Freshworks es una extensión de Chrome desarrollada por https://customerservicequotes.com, y su función principal es "Motivational Customer Service quotes and articles in every new tab!".
Capturas de Pantalla de la Extensión
Descargar Archivo CRX de la Extensión Customer Service Quotes by Freshworks
Descarga archivos de extensión Customer Service Quotes by Freshworks en formato crx, instala manualmente las extensiones de Chrome en el navegador o comparte los archivos crx con amigos para instalar fácilmente las extensiones de Chrome.
Instrucciones de Uso de la Extensión
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.
Información Básica de la Extensión
Nombre | |
ID | chbnbipmnkhageodgepobggbbomncelk |
URL Oficial | https://chrome.google.com/webstore/detail/customer-service-quotes-b/chbnbipmnkhageodgepobggbbomncelk |
Descripción | Motivational Customer Service quotes and articles in every new tab! |
Tamaño del Archivo | 304 KB |
Cantidad de Instalaciones | 58 |
Versión Actual | 1.7.2 |
Última Actualización | 2018-04-19 |
Fecha de Publicación | 2018-04-19 |
Calificación | 4.86/5 Total de 14 Calificaciones |
Desarrollador | https://customerservicequotes.com |
Tipo de Pago | free |
Sitio Web de la Extensión | https://customerservicequotes.com |
Idiomas Soportados | 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" ] } } |