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.
Co je Parlor: User Relationship Management?
Parlor: User Relationship Management je rozšíření Chrome vyvinuté http://parlor.io, a jeho hlavní funkcí je „Parlor's URM tracks every user's relationship to your product to unite your organization around the needs of your users.“.
Snímky obrazovky rozšíření
Stáhnout soubor CRX rozšíření Parlor: User Relationship Management
Stáhněte si soubory rozšíření Parlor: User Relationship Management ve formátu crx, ručně nainstalujte rozšíření Chrome do prohlížeče nebo sdílejte soubory crx s přáteli, abyste jednoduše nainstalovali rozšíření Chrome.
Pokyny pro Použití Rozšíření
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.
Základní Informace o Rozšíření
Název | |
ID | nfegmnaoeajiakmaniipkabdilgnpmbc |
Oficiální URL | https://chrome.google.com/webstore/detail/parlor-user-relationship/nfegmnaoeajiakmaniipkabdilgnpmbc |
Popis | Parlor's URM tracks every user's relationship to your product to unite your organization around the needs of your users. |
Velikost souboru | 293 KB |
Počet instalací | 40 |
Aktuální Verze | 1.0.4 |
Poslední Aktualizace | 2021-08-16 |
Datum Vydání | 2021-03-08 |
Hodnocení | 5.00/5 Celkem 3 Hodnocení |
Vývojář | http://parlor.io |
[email protected] | |
Typ Platby | free |
Webové stránky Rozšíření | https://www.parlor.io |
Podporované Jazyky | 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" } } |