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" ] } } |