BigFile Transfer(Free)- Sateraito Office
Extension of Sateraito Office Bigfile Transfer. Add a button to open Bigfile Transfer from Google Web Mail.
Τι είναι το BigFile Transfer(Free)- Sateraito Office;
Το BigFile Transfer(Free)- Sateraito Office είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://sateraito-apps-bigfile2.appspot.com, και η κύρια λειτουργία του είναι "Extension of Sateraito Office Bigfile Transfer. Add a button to open Bigfile Transfer from Google Web Mail.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης BigFile Transfer(Free)- Sateraito Office
Λήψη αρχείων επέκτασης BigFile Transfer(Free)- Sateraito Office σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
This is an extension to open Sateraito Office - Bigfile Transfer from the Google Web Mail. ■ How to use ・When this extension is installed, a button to open our Bigfile Transfer will be added to the Gmail creation screen. ・Open the Bigfile Transfer on the Gmail creation screen. When you send attachment files by Bigfile Transfer, the download URL of attachment files will be added to the end of the mail body that you are on creating. ・And when you send the email, password use to download attachment file that will be notified by separated email from our Bigfile Transfer system.
Βασικές Πληροφορίες Επέκτασης
Όνομα | BigFile Transfer(Free)- Sateraito Office |
ID | ckhoimjhiiojaholcpdnhpkeepmdmmoc |
Επίσημο URL | https://chromewebstore.google.com/detail/bigfile-transferfree-sate/ckhoimjhiiojaholcpdnhpkeepmdmmoc |
Περιγραφή | Extension of Sateraito Office Bigfile Transfer. Add a button to open Bigfile Transfer from Google Web Mail. |
Μέγεθος Αρχείου | 104 KB |
Αριθμός Εγκαταστάσεων | 1,260 |
Τρέχουσα Έκδοση | 1.4.4 |
Τελευταία Ενημέρωση | 2024-03-01 |
Ημερομηνία Δημοσίευσης | 2020-06-26 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://sateraito-apps-bigfile2.appspot.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.sateraito.jp/G_Suite_Fairutenso.html |
Διεύθυνση URL της Σελίδας Βοήθειας | https://www.sateraito.jp/contact/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.sateraito.jp/privacy.html |
Υποστηριζόμενες Γλώσσες | en,ja |
manifest.json | |
{ "manifest_version": 3, "version": "1.4.4", "default_locale": "ja", "homepage_url": "http:\/\/www.sateraito.jp\/", "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "__MSG_extension_name__", "description": "__MSG_extension_description__", "icons": { "16": "satelite16.png", "32": "satelite32.png", "48": "satelite48.png", "128": "satelite128.png" }, "background": { "service_worker": "attach_file_bs.js", "type": "module" }, "options_page": "options.html", "content_scripts": [ { "js": [ "attach_file_cs.js", "jquery-1.10.2.min.js", "extenstion_user_upload.js", "seteselectors.js" ], "matches": [ "*:\/\/sateraito-apps-bigfile2.appspot.com\/", "*:\/\/mail.google.com\/*" ], "all_frames": true, "run_at": "document_end" } ], "permissions": [ "storage", "identity", "identity.email" ], "web_accessible_resources": [ { "resources": [ "attach_file.png", "script.js" ], "matches": [ " |