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 द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Motivational Customer Service quotes and articles in every new tab!"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Customer Service Quotes by Freshworks एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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" ] } } |