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 |
公式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 |
Eメール | [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" } } |