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.

Vad är Parlor: User Relationship Management?

Parlor: User Relationship Management är en Chrome-tillägg utvecklad av http://parlor.io, och dess huvudfunktion är "Parlor's URM tracks every user's relationship to your product to unite your organization around the needs of your users.".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Parlor: User Relationship Management-förlängningens CRX-fil

Ladda ner Parlor: User Relationship Management-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Parlor: User Relationship Management Parlor: User Relationship Management
ID nfegmnaoeajiakmaniipkabdilgnpmbc
Officiell webbadress https://chrome.google.com/webstore/detail/parlor-user-relationship/nfegmnaoeajiakmaniipkabdilgnpmbc
Beskrivning Parlor's URM tracks every user's relationship to your product to unite your organization around the needs of your users.
Filstorlek 293 KB
Antal Installationer 40
Aktuell Version 1.0.4
Senast Uppdaterad 2021-08-16
Publiceringsdatum 2021-03-08
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare http://parlor.io
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.parlor.io
Stödda Språk 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"
    }
}