Textio for Chrome
Textio for Chrome
Τι είναι το Textio for Chrome;
Το Textio for Chrome είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://textio.com, και η κύρια λειτουργία του είναι "Textio for Chrome".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Textio for Chrome
Λήψη αρχείων επέκτασης Textio for Chrome σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Textio helps you hire and retain diverse teams by detecting and removing unconscious bias that creates barriers to people’s career growth. Textio’s extension puts one-click guidance at the fingertips of recruiters and managers as you write candidate communications and employee feedback, so you get all the benefits of Textio’s insights where you’re already working. Textio for Chrome brings Textio into: - Performance feedback in Workday Performance Management System - Performance feedback in Lattice - Posts and comments in LinkedIn - Recruiting mail in LinkedIn Recruiter - Recruiting mail in Gmail - Job posts in Greenhouse - Job posts in Workday Recruiting - Job posts in iCIMS - Job posts in Taleo - Job posts in SAP SuccessFactors - Job posts in Oracle Recruiting You’ll get Textio’s inclusive recruiting language guidance and key phrase highlights, along with your real-time Textio Score if you’re writing a job post or recruiting mail. You’ll get Textio’s equitable performance feedback guidance if you are writing performance feedback. NOTE: Use of this extension requires an active Textio subscription that includes Textio's integration for your platform. By installing the extension, you agree to Textio's Terms of Service (textio.com/terms-of-service/) and Privacy Policy (textio.com/privacy/).
Βασικές Πληροφορίες Επέκτασης
Όνομα | Textio for Chrome |
ID | iddnbalhmdkipfcopclcnchagfbmcgjb |
Επίσημο URL | https://chromewebstore.google.com/detail/textio-for-chrome/iddnbalhmdkipfcopclcnchagfbmcgjb |
Περιγραφή | Textio for Chrome |
Μέγεθος Αρχείου | 3.74 MB |
Αριθμός Εγκαταστάσεων | 141,843 |
Τρέχουσα Έκδοση | 0.0.491 |
Τελευταία Ενημέρωση | 2024-03-03 |
Ημερομηνία Δημοσίευσης | 2022-12-23 |
Αξιολόγηση | 5.00/5 Συνολικά 3 Αξιολογήσεις |
Προγραμματιστής | https://textio.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://textio.com/ |
Διεύθυνση URL της Σελίδας Βοήθειας | https://support.textio.com/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://textio.com/privacy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Textio for Chrome", "description": "Textio for Chrome", "icons": { "16": ".\/assets\/images\/favicons\/favicon-16x16.png", "32": ".\/assets\/images\/favicons\/favicon-32x32.png", "48": ".\/assets\/images\/favicons\/favicon-48x48.png", "128": ".\/assets\/images\/favicons\/favicon-128x128.png" }, "background": { "scripts": [ ".\/compiled\/shared.bundle.js", ".\/compiled\/background.bundle.js" ] }, "externally_connectable": { "matches": [ "*:\/\/*.textio.com\/*", "*:\/\/*.textio.tech\/*", "*:\/\/localhost\/*" ] }, "browser_action": { "default_icon": { "16": ".\/assets\/images\/favicons\/favicon-16x16.png", "32": ".\/assets\/images\/favicons\/favicon-32x32.png", "48": ".\/assets\/images\/favicons\/favicon-48x48.png", "128": ".\/assets\/images\/favicons\/favicon-128x128.png" }, "default_popup": ".\/html\/popup.html" }, "web_accessible_resources": [ "assets\/*", "html\/sign-in.html", "html\/success.html", "pollForWorkdayGlobalData.js", "setCKEData.js" ], "permissions": [ " |