Quality
Quality is a tool for improving customer support quality, allows you to effortlessly provide peer-reviews without leaving your CRM.
Qualityคืออะไร?
Quality เป็นส่วนขยายของ Chrome ที่พัฒนาโดย PartnerHero และคุณลักษณะหลักของมันคือ "Quality is a tool for improving customer support quality, allows you to effortlessly provide peer-reviews without leaving your CRM."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Quality
ดาวน์โหลดไฟล์ส่วนขยาย Quality ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Waizen is a new tool for improving customer support quality, allows you to effortlessly provide peer-reviews without leaving your CRM.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | Quality |
ID | llkiclcknlimkheminlfhdhchgcgacci |
URL อย่างเป็นทางการ | https://chromewebstore.google.com/detail/quality/llkiclcknlimkheminlfhdhchgcgacci |
คำอธิบาย | Quality is a tool for improving customer support quality, allows you to effortlessly provide peer-reviews without leaving your CRM. |
ขนาดไฟล์ | 5.96 MB |
จำนวนการติดตั้ง | 385 |
เวอร์ชันปัจจุบัน | 3.0.15 |
อัปเดตครั้งล่าสุด | 2024-02-14 |
วันที่เผยแพร่ | 2023-09-19 |
ผู้พัฒนา | PartnerHero |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://launchoperator.com/ |
URL หน้าช่วยเหลือ | https://launchoperator.com/ |
URL หน้านโยบายความเป็นส่วนตัว | https://aprikot.io/privacy |
ภาษาที่รองรับ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Quality", "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAkkHbpQkyP+QjQTM0+e8rHepMw4MEeYiBCQcvUCRLh6X6JtP5md4dLfbYIGP\/gFHFp838sk5wdUz9WKH+y4Mshd0D21F13\/wf4NeceSMB42Tq1p6t4rpVI5b3+y8VOO\/6qVY7Z+dEauqMZLggbdhEFRiedpYSdSc6dh9wMWmIdlbvebFjn+ICXIIsbgusqTqeqaAFEdPzsgd8sFgwSCzmTazu1GLljIKzSmrKt6RdAzpMCAF39QImJy84X0Xp+7SLBRUgvA9PqbegBymY\/8JVdfWIDr5hc2vbXhYu3tt7VRQGTa4aUZV5sKTtykSbi6MYC21Ox5ktTHnGnng7SRk0PQIDAQAB", "short_name": "Quality", "version": "3.0.15", "description": "Quality is a tool for improving customer support quality, allows you to effortlessly provide peer-reviews without leaving your CRM.", "icons": { "16": "assets\/icons\/chrome\/quality_icon_16.png", "48": "assets\/icons\/chrome\/quality_icon_48.png", "128": "assets\/icons\/chrome\/quality_icon_128.png" }, "action": { "default_title": "Quality", "default_popup": "popup.html", "default_icon": { "16": "assets\/icons\/chrome\/quality_icon_48.png" } }, "permissions": [ "tabs", "identity" ], "host_permissions": [ "https:\/\/*.zendesk.com\/", "https:\/\/*.zendesk.com\/", "http:\/\/*.launchoperator.com\/waizen", "https:\/\/*.launchoperator.com\/waizen", "https:\/\/js.stripe.com\/", "https:\/\/accounts.google.com\/o\/oauth2\/*" ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'; script-src-elem https:\/\/apis.google.com 'self'" }, "content_scripts": [ { "matches": [ "https:\/\/*.zendesk.com\/*", "https:\/\/secure.helpscout.net\/*", "https:\/\/js.stripe.com\/v3\/" ], "js": [ ".\/content.js" ] } ], "oauth2": { "client_id": "629006850447-9138ll5pigrrsp4tmotcbsds7qd27vfk.apps.googleusercontent.com", "scopes": [ "https:\/\/www.googleapis.com\/auth\/userinfo.email", "https:\/\/www.googleapis.com\/auth\/userinfo.profile" ] } } |