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