Customer Service Quotes by Freshworks
Motivational Customer Service quotes and articles in every new tab!
Qu'est-ce que Customer Service Quotes by Freshworks ?
Customer Service Quotes by Freshworks est une extension Chrome développée par https://customerservicequotes.com, et sa fonction principale est "Motivational Customer Service quotes and articles in every new tab!".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Customer Service Quotes by Freshworks
Téléchargez les fichiers d'extension Customer Service Quotes by Freshworks au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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.
Informations de Base sur l'Extension
Nom | |
ID | chbnbipmnkhageodgepobggbbomncelk |
URL Officiel | https://chrome.google.com/webstore/detail/customer-service-quotes-b/chbnbipmnkhageodgepobggbbomncelk |
Description | Motivational Customer Service quotes and articles in every new tab! |
Taille du Fichier | 304 KB |
Nombre d'Installations | 58 |
Version Actuelle | 1.7.2 |
Dernière Mise à Jour | 2018-04-19 |
Date de Publication | 2018-04-19 |
Évaluation | 4.86/5 Total 14 Évaluations |
Développeur | https://customerservicequotes.com |
Type de Paiement | free |
Site Web de l'Extension | https://customerservicequotes.com |
Langues Prises en Charge | 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" ] } } |