Mistransmission Prevention - Satellite office
Prevents false email transmissions.
Τι είναι το Mistransmission Prevention - Satellite office;
Το Mistransmission Prevention - Satellite office είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://sateraito-apps-gososhinboshi.appspot.com, και η κύρια λειτουργία του είναι "Prevents false email transmissions.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Mistransmission Prevention - Satellite office
Λήψη αρχείων επέκτασης Mistransmission Prevention - Satellite office σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Satellite office Mistransmission Prevention is an extension that adds a xxxx function to the G Suite mail screen. (*) Satellite office Mistransmission Prevention is for G Suite users, and must be set up by a G Suite administrator before use. Depending on the settings set by the G Suite administrator, you can display a confirmation screen in the following cases when sending an email, or you can prohibit sending an email. - When the external domain is included in the destination. You can send it after confirming the external email address. You can prohibit it. - When To / Cc contains more than the permitted number of external email addresses. - When To / Cc contains more than the number of permitted internal / external email addresses. - When a specific keyword is included in the email body. - When there is an attached file. - When there is an attachment file other than the permitted extension. - When there is an attachment file larger than the allowed size. It also has the following functions. - When sending e-mails outside the company, if the e-mail address of the superior of each member is not entered, it will be impossible to send Prohibit access to Gmail via @gmail.com account. - Prohibition of specifying @gmail.com address from email From address. - Automatically insert specific email address (es) in Bcc. - Multilingual support (English / Chinese / Korean / German / Portuguese / Hindu / Thai / Arabic / Italian / French / Russian) For details, please refer to the following product introduction pages and user's manuals. ■ Product introduction page https://www.sateraito.jp/Google_Apps_Mail_Gososhinboushi.html ■ User Manual https://sites.google.com/a/sateraito.jp/sateraito-dounyuu/Home/meru-wu-song-xin-fang-zhi-ji-neng
Βασικές Πληροφορίες Επέκτασης
Όνομα | Mistransmission Prevention - Satellite office |
ID | hoepldppnmpokgaeiheopbiajgjmgogp |
Επίσημο URL | https://chromewebstore.google.com/detail/mistransmission-preventio/hoepldppnmpokgaeiheopbiajgjmgogp |
Περιγραφή | Prevents false email transmissions. |
Μέγεθος Αρχείου | 191 KB |
Αριθμός Εγκαταστάσεων | 163,249 |
Τρέχουσα Έκδοση | 1.3.3 |
Τελευταία Ενημέρωση | 2023-11-29 |
Ημερομηνία Δημοσίευσης | 2023-11-29 |
Αξιολόγηση | 3.00/5 Συνολικά 2 Αξιολογήσεις |
Προγραμματιστής | https://sateraito-apps-gososhinboshi.appspot.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | http://www.sateraito.jp/Google_Apps_Mail_Gososhinboushi.html |
URL της Σελίδας Πολιτικής Απορρήτου | http://www.sateraito.jp/privacy.html |
Υποστηριζόμενες Γλώσσες | en,ja |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "version": "1.3.3", "default_locale": "en", "homepage_url": "http:\/\/www.sateraito.jp\/", "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "icons": { "48": "satelite48.png", "128": "satelite128.png" }, "content_scripts": [ { "js": [ "jquery\/jquery-3.3.1.min.js", "jqueryui\/jquery-ui.min.js", "tablesorter\/jquery.tablesorter.min.js", "PrefsLang.js", "content.js" ], "css": [ "jqueryui\/jquery-ui.min.css", "gmail.css" ], "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/sateraito-apps-gososhinboshi.appspot.com\/navi\/*" ], "run_at": "document_end" } ], "background": { "service_worker": "background.js" }, "host_permissions": [ "https:\/\/sateraito-apps-gososhinboshi.appspot.com\/", "https:\/\/accounts.google.com\/" ], "permissions": [ "storage", "unlimitedStorage" ], "web_accessible_resources": [ { "resources": [ "gmail04.png", "images\/*", "tablesorter\/*.gif", "jqueryui\/images\/*" ], "matches": [ "https:\/\/mail.google.com\/*" ] } ], "options_ui": { "page": "options.html" } } |