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.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου 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.
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
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" } } |