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是由https://customerservicequotes.com開發的Chrome擴展程式,該擴展的主要功能是“Motivational Customer Service quotes and articles in every new tab!”。
擴展截圖
下載Customer Service Quotes by Freshworks擴展crx文件
下載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 |
官方網址 | 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" ] } } |