Parlor: User Relationship Management
Parlor's URM tracks every user's relationship to your product to unite your organization around the needs of your users.
Parlor: User Relationship Managementคืออะไร?
Parlor: User Relationship Management เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://parlor.io และคุณลักษณะหลักของมันคือ "Parlor's URM tracks every user's relationship to your product to unite your organization around the needs of your users."
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Parlor: User Relationship Management
ดาวน์โหลดไฟล์ส่วนขยาย Parlor: User Relationship Management ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย
คำแนะนำในการใช้ส่วนขยาย
Parlor’s User Relationship Management system tracks every user’s relationship to your to unite your organization around the needs of your users. It’s crucial nowadays for companies to understand the individual users, champions, and decision makers behind their accounts. Parlor’s URM tracks every individual human’s unique relationship to your product and business to unite your entire organization around the needs of your users. Parlor’s Chrome Extension involves your internal teams in your feedback management process by empowering them to add feedback on behalf of your users.
ข้อมูลพื้นฐานของส่วนขยาย
ชื่อ | |
ID | nfegmnaoeajiakmaniipkabdilgnpmbc |
URL อย่างเป็นทางการ | https://chrome.google.com/webstore/detail/parlor-user-relationship/nfegmnaoeajiakmaniipkabdilgnpmbc |
คำอธิบาย | Parlor's URM tracks every user's relationship to your product to unite your organization around the needs of your users. |
ขนาดไฟล์ | 293 KB |
จำนวนการติดตั้ง | 40 |
เวอร์ชันปัจจุบัน | 1.0.4 |
อัปเดตครั้งล่าสุด | 2021-08-16 |
วันที่เผยแพร่ | 2021-03-08 |
คะแนน | 5.00/5 รวมทั้งหมด 3 คะแนน |
ผู้พัฒนา | http://parlor.io |
อีเมล | [email protected] |
ประเภทการชำระเงิน | free |
เว็บไซต์ส่วนขยาย | https://www.parlor.io |
ภาษาที่รองรับ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Parlor: User Relationship Management", "version": "1.0.4", "description": "Parlor's URM tracks every user's relationship to your product to unite your organization around the needs of your users.", "manifest_version": 2, "background": { "page": "background\/background.html" }, "content_scripts": [ { "js": [ "content\/content.js" ], "matches": [ "*:\/\/*\/*" ], "run_at": "document_end" } ], "permissions": [ "contextMenus", "storage", "tabs" ], "content_security_policy": "script-src 'self' https:\/\/www.gstatic.com\/ https:\/\/*.firebaseio.com https:\/\/www.googleapis.com; object-src 'self'", "icons": { "16": "icons\/chrome-extension--color.png", "48": "icons\/[email protected]", "128": "icons\/[email protected]" }, "browser_action": { "default_title": "Parlor V2", "default_popup": "popup\/popup.html" } } |