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.

Was ist Parlor: User Relationship Management?

Parlor: User Relationship Management ist eine Chrome-Erweiterung, die von http://parlor.io entwickelt wurde, und ihr Hauptmerkmal ist "Parlor's URM tracks every user's relationship to your product to unite your organization around the needs of your users.".

Erweiterungsscreenshots

screenshot
screenshot

Parlor: User Relationship Management-Erweiterungs-CRX-Datei herunterladen

Laden Sie Parlor: User Relationship Management-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        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.                    

Grundlegende Informationen zur Erweiterung

Name Parlor: User Relationship Management Parlor: User Relationship Management
ID nfegmnaoeajiakmaniipkabdilgnpmbc
Offizielle URL https://chrome.google.com/webstore/detail/parlor-user-relationship/nfegmnaoeajiakmaniipkabdilgnpmbc
Beschreibung Parlor's URM tracks every user's relationship to your product to unite your organization around the needs of your users.
Dateigröße 293 KB
Installationsanzahl 40
Aktuelle Version 1.0.4
Letztes Update 2021-08-16
Veröffentlichungsdatum 2021-03-08
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler http://parlor.io
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.parlor.io
Unterstützte Sprachen 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"
    }
}