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.”。

扩展截图

screenshot
screenshot

下载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.                    

扩展基本信息

名称 Parlor: User Relationship Management Parlor: User Relationship Management
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"
    }
}