Batch Reply for GMail
Adds button to reply to all selected conversations on Gmail™.
Τι είναι το Batch Reply for GMail;
Το Batch Reply for GMail είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον mjbauer95, και η κύρια λειτουργία του είναι "Adds button to reply to all selected conversations on Gmail™.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Batch Reply for GMail
Λήψη αρχείων επέκτασης Batch Reply for GMail σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Adds a reply button to the UI of Gmail™ to allow users to reply to a set of emails with the same response.
Useful if you get many similar emails requiring the same response for each. Βασικές Πληροφορίες Επέκτασης
| Όνομα | |
| ID | jkeciloajjlchlmbjjogifpdkljppbei |
| Επίσημο URL | https://chromewebstore.google.com/detail/batch-reply-for-gmail/jkeciloajjlchlmbjjogifpdkljppbei |
| Περιγραφή | Adds button to reply to all selected conversations on Gmail™. |
| Μέγεθος Αρχείου | 37.19 KB |
| Αριθμός Εγκαταστάσεων | 11,565 |
| Τρέχουσα Έκδοση | 7 |
| Τελευταία Ενημέρωση | 2015-05-28 |
| Ημερομηνία Δημοσίευσης | 2015-05-28 |
| Αξιολόγηση | 2.50/5 Συνολικά 129 Αξιολογήσεις |
| Προγραμματιστής | mjbauer95 |
| Ηλεκτρονικό ταχυδρομείο | [email protected] |
| Τύπος Πληρωμής | free |
| Υποστηριζόμενες Γλώσσες | en-US |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "Batch Reply for GMail",
"description": "Adds button to reply to all selected conversations on Gmail\u2122.",
"version": "7",
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/*",
"https:\/\/inbox.google.com\/*"
],
"js": [
"inboxsdk.js",
"reply.js"
],
"run_at": "document_end"
}
],
"web_accessible_resources": [
"reply.png"
],
"permissions": [
"https:\/\/mail.google.com\/",
"https:\/\/inbox.google.com\/"
],
"manifest_version": 2
} | |