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.".

Снимки экрана расширения

screenshot
screenshot

Скачать файл 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.                    

Основная информация о расширении

Название 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"
    }
}