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 to jest Parlor: User Relationship Management?
Parlor: User Relationship Management to rozszerzenie Chrome opracowane przez http://parlor.io, a jego główną funkcją jest „Parlor's URM tracks every user's relationship to your product to unite your organization around the needs of your users.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Parlor: User Relationship Management
Pobierz pliki rozszerzeń Parlor: User Relationship Management w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | nfegmnaoeajiakmaniipkabdilgnpmbc |
Oficjalny URL | https://chrome.google.com/webstore/detail/parlor-user-relationship/nfegmnaoeajiakmaniipkabdilgnpmbc |
Opis | Parlor's URM tracks every user's relationship to your product to unite your organization around the needs of your users. |
Rozmiar pliku | 293 KB |
Liczba instalacji | 40 |
Aktualna Wersja | 1.0.4 |
Ostatnia Aktualizacja | 2021-08-16 |
Data Publikacji | 2021-03-08 |
Ocena | 5.00/5 Łącznie 3 Oceny |
Deweloper | http://parlor.io |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.parlor.io |
Obsługiwane Języki | 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" } } |