Customer Service Quotes by Freshworks
Motivational Customer Service quotes and articles in every new tab!
Co je Customer Service Quotes by Freshworks?
Customer Service Quotes by Freshworks je rozšíření Chrome vyvinuté https://customerservicequotes.com, a jeho hlavní funkcí je „Motivational Customer Service quotes and articles in every new tab!“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Customer Service Quotes by Freshworks
Stáhněte si soubory rozšíření Customer Service Quotes by Freshworks ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | chbnbipmnkhageodgepobggbbomncelk |
Oficiální URL | https://chrome.google.com/webstore/detail/customer-service-quotes-b/chbnbipmnkhageodgepobggbbomncelk |
Popis | Motivational Customer Service quotes and articles in every new tab! |
Velikost souboru | 304 KB |
Počet instalací | 58 |
Aktuální Verze | 1.7.2 |
Poslední Aktualizace | 2018-04-19 |
Datum Vydání | 2018-04-19 |
Hodnocení | 4.86/5 Celkem 14 Hodnocení |
Vývojář | https://customerservicequotes.com |
Typ Platby | free |
Webové stránky Rozšíření | https://customerservicequotes.com |
Podporované Jazyky | 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" ] } } |