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!".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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" ] } } |