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 https://sateraito-apps-bigfile2.appspot.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Extension of Sateraito Office Bigfile Transfer. Add a button to open Bigfile Transfer from Google Web Mail."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में BigFile Transfer(Free)- Sateraito Office एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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": [ " |