AppRaise
AppRaise - feedback exchange service
Τι είναι το AppRaise;
Το AppRaise είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον google_play_dev, και η κύρια λειτουργία του είναι "AppRaise - feedback exchange service".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης AppRaise
Λήψη αρχείων επέκτασης AppRaise σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
AppRaise helps to share feedback with your teammates. ✔️ Send real-time feedback Feedback loses its impact if provided too late. With AppRaise you can give feedback directly in Chrome and thanks to an easy and structured form it takes less than two minutes. ✔️ Use quotes from any source Add quotes from emails, calendar, Jira and other cloud-based software directly to your feedback text by clicking the right mouse button. ✔️ Start recording feedback 20% of managers never record feedback and 45% use manual processes like typing it into spreadsheets or Word documents. With AppRaise all feedback is saved automatically and you can always get back to it. ✔️ Ask for feedback to grow Feedback is the main tool for professional and career growth. Request feedback from your peers and identify your strengths and weaknesses in order to work on them. ✔️ Give feedback the right way AppRaise is based on the popular feedback technique ‘Start Stop Continue’. Small tips will help your team to give effective feedback. ✔️ Make feedback a habit Install the app and start sharing feedback right away! You can also get our app for Slack. Be careful! You can really get used to it! :)
Βασικές Πληροφορίες Επέκτασης
Όνομα | AppRaise |
ID | epdjapoaaimcpbjefdigkdhecffllpln |
Επίσημο URL | https://chromewebstore.google.com/detail/appraise/epdjapoaaimcpbjefdigkdhecffllpln |
Περιγραφή | AppRaise - feedback exchange service |
Μέγεθος Αρχείου | 27.66 KB |
Αριθμός Εγκαταστάσεων | 215 |
Τρέχουσα Έκδοση | 1.0.2 |
Τελευταία Ενημέρωση | 2023-07-01 |
Ημερομηνία Δημοσίευσης | 2022-02-09 |
Αξιολόγηση | 5.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | google_play_dev |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Υποστηριζόμενες Γλώσσες | en,pl,ru,uk |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "default_locale": "en", "name": "AppRaise", "description": "__MSG_extDescription__", "version": "1.0.2", "icons": { "128": "icon_128.png" }, "action": { "default_icon": "icon.png", "default_popup": "popup.html" }, "background": { "service_worker": "background.js" }, "permissions": [ "activeTab", "contextMenus", "cookies" ], "host_permissions": [ "*:\/\/*.app-raise.org\/" ], "web_accessible_resources": [ { "resources": [ "popup.html" ], "matches": [], "extension_ids": [] } ] } |