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 là gì?

Parlor: User Relationship Management là một tiện ích mở rộng Chrome được phát triển bởi http://parlor.io, và tính năng chính của nó là "Parlor's URM tracks every user's relationship to your product to unite your organization around the needs of your users.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Parlor: User Relationship Management

Tải xuống các tệp mở rộng Parlor: User Relationship Management dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Parlor: User Relationship Management Parlor: User Relationship Management
ID nfegmnaoeajiakmaniipkabdilgnpmbc
URL Chính Thức https://chrome.google.com/webstore/detail/parlor-user-relationship/nfegmnaoeajiakmaniipkabdilgnpmbc
Mô tả Parlor's URM tracks every user's relationship to your product to unite your organization around the needs of your users.
Kích Thước Tệp 293 KB
Số Lần Cài Đặt 40
Phiên Bản Hiện Tại 1.0.4
Cập Nhật Lần Cuối 2021-08-16
Ngày Phát Hành 2021-03-08
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển http://parlor.io
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.parlor.io
Ngôn Ngữ Được Hỗ Trợ 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"
    }
}