Shipright Catch
Shipright Catch lets you select relevant user feedback anywhere on the Web and send it to Shipright
Τι είναι το Shipright Catch;
Το Shipright Catch είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://shipright.co, και η κύρια λειτουργία του είναι "Shipright Catch lets you select relevant user feedback anywhere on the Web and send it to Shipright".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Shipright Catch
Λήψη αρχείων επέκτασης Shipright Catch σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Shipright – Track product feedback in one organized place. The Shipright app will allow product and engineering teams to have an organized holistic view on all product feedback. Never lose sight of common feature requests, ideas, and pain points that come in through any customer touch point. Easily see what matters most to what customers and why, with all context at hand, and inform your product decisions. The extension helps team members (e.g. Sales, Customer Success, and Support) store product feedback in seconds instead of minutes, and they'll stay in the loop on all they've submitted automatically 👏 If you haven’t, sign up on https://shipright.co first for your Shipright workspace. HOW IT WORKS: 1. You log in to your Shipright workspace. 2. Highlight any text on the Web (e.g. from Intercom, SalesForce, Zendesk, Twitter), click the Shipright Catch button in your browser bar, and the feedback will be stored in Shipright. Email us at [email protected] for any questions.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Shipright Catch |
ID | embgleaanmfgbmhicdhehpgdekddpdec |
Επίσημο URL | https://chromewebstore.google.com/detail/shipright-catch/embgleaanmfgbmhicdhehpgdekddpdec |
Περιγραφή | Shipright Catch lets you select relevant user feedback anywhere on the Web and send it to Shipright |
Μέγεθος Αρχείου | 657 KB |
Αριθμός Εγκαταστάσεων | 334 |
Τρέχουσα Έκδοση | 2.13.2 |
Τελευταία Ενημέρωση | 2021-03-26 |
Ημερομηνία Δημοσίευσης | 2020-05-19 |
Αξιολόγηση | 5.00/5 Συνολικά 5 Αξιολογήσεις |
Προγραμματιστής | https://shipright.co |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://shipright.co/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://help.shipright.co/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://shipright-app.s3.amazonaws.com/files/privacy-policy.pdf |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extName__", "short_name": "__MSG_appShortName__", "description": "__MSG_appDescription__", "version": "2.13.2", "manifest_version": 2, "default_locale": "en", "homepage_url": "https:\/\/shipright.co", "icons": { "16": "icons\/icon-16.png", "32": "icons\/icon-32.png", "128": "icons\/icon-128.png" }, "permissions": [ "activeTab", "tabs", "storage", "https:\/\/*.shipright.co\/", "https:\/\/*.shipright.app\/" ], "browser_action": { "default_popup": "popup.html", "default_title": "__MSG_browserActionTitle__", "default_icon": { "19": "icons\/icon-19.png", "38": "icons\/icon-38.png" } }, "options_ui": { "page": "options.html", "chrome_style": true }, "content_scripts": [ { "matches": [ "https:\/\/*.shipright.co\/*", "https:\/\/*.shipright.app\/*" ], "js": [ "content_scripts\/detect-catch-install.js", "content_scripts\/authenticate-catch.js", "content_scripts\/forward-onboarding-sample.js" ] }, { "matches": [ "*:\/\/mail.google.com\/*", "*:\/\/app.intercom.com\/*", "*:\/\/app.frontapp.com\/*", "*:\/\/app.hubspot.com\/*", "*:\/\/secure.helpscout.net\/*" ], "js": [ "content_scripts\/inject-domain-hint.js" ] } ], "background": { "scripts": [ "background.js" ] }, "browser_specific_settings": { "gecko": { "id": "[email protected]" } } } |