Customer Service Quotes by Freshworks
Motivational Customer Service quotes and articles in every new tab!
O que é Customer Service Quotes by Freshworks?
Customer Service Quotes by Freshworks é uma extensão do Chrome desenvolvida por https://customerservicequotes.com, e sua principal característica é "Motivational Customer Service quotes and articles in every new tab!".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Customer Service Quotes by Freshworks
Baixe arquivos de extensão Customer Service Quotes by Freshworks no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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.
Informações Básicas da Extensão
Nome | |
ID | chbnbipmnkhageodgepobggbbomncelk |
URL Oficial | https://chrome.google.com/webstore/detail/customer-service-quotes-b/chbnbipmnkhageodgepobggbbomncelk |
Descrição | Motivational Customer Service quotes and articles in every new tab! |
Tamanho do Arquivo | 304 KB |
Contagem de Instalações | 58 |
Versão Atual | 1.7.2 |
Última Atualização | 2018-04-19 |
Data de Publicação | 2018-04-19 |
Classificação | 4.86/5 Total de 14 Avaliações |
Desenvolvedor | https://customerservicequotes.com |
Tipo de Pagamento | free |
Site da Extensão | https://customerservicequotes.com |
Idiomas Suportados | 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" ] } } |