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是由http://parlor.io開發的Chrome擴展程式,該擴展的主要功能是“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擴展crx文件
下載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 |
官方網址 | 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" } } |