Group Address Book 3 - Sateraito Office

Add Group Address Book in the Apps Web Pages

Group Address Book 3 - Sateraito Office là gì?

Group Address Book 3 - Sateraito Office là một tiện ích mở rộng Chrome được phát triển bởi https://sateraito-apps-address.appspot.com, và tính năng chính của nó là "Add Group Address Book in the Apps Web Pages".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Group Address Book 3 - Sateraito Office

Tải xuống các tệp mở rộng Group Address Book 3 - Sateraito Office dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        This extension is for opening the "Satellite Office - Group Address Book" from Gmail or Google Calendar and setting the recipients.

(*) "Satellite Office - Group Address Book" is for Google Workspace users, and must be set up by a Google Workspace administrator before use.

When the extension is installed, the "Group Address Book" button will be displayed on the screen below, and you can set the recipients.
- Set the recipients (To, Cc, Bcc) on the Gmail message creation screen
- Set the guest on the schedule creation screen of Google Calendar
- Set the users to share on the sharing screen of Google Drive, documents, spreadsheets, and slides.
- Set the users to share on the sharing screen of the Google site.

For details, please refer to the following product introduction pages and user's manuals.

■ Product introduction page
https://www.sateraito.jp/Google_Apps_Group_Address_book.html

■User Manual
https://sites.google.com/a/sateraito.jp/sateraito-dounyuu/Home/zu-zhiadoresu-zhang                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Group Address Book 3 - Sateraito Office Group Address Book 3 - Sateraito Office
ID kpdfomphidpfpiieklfbadlbnbocgjfc
URL Chính Thức https://chromewebstore.google.com/detail/group-address-book-3-sate/kpdfomphidpfpiieklfbadlbnbocgjfc
Mô tả Add Group Address Book in the Apps Web Pages
Kích Thước Tệp 93.79 KB
Số Lần Cài Đặt 104,019
Phiên Bản Hiện Tại 3.2.3
Cập Nhật Lần Cuối 2023-10-03
Ngày Phát Hành 2020-12-03
Nhà Phát Triển https://sateraito-apps-address.appspot.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.sateraito.jp/Google_Apps_Group_Address_book.html
URL Trang Chính Sách Bảo Mật http://www.sateraito.jp/privacy.html
Ngôn Ngữ Được Hỗ Trợ en,es,ja
manifest.json
{
    "manifest_version": 3,
    "version": "3.2.3",
    "default_locale": "en",
    "homepage_url": "http:\/\/www.sateraito.jp\/",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "icons": {
        "48": "satelite48.png",
        "128": "satelite128.png"
    },
    "permissions": [
        "storage",
        "clipboardRead",
        "clipboardWrite"
    ],
    "background": {
        "service_worker": "addr_bs.js"
    },
    "content_scripts": [
        {
            "js": [
                "addr_cs.js"
            ],
            "matches": [
                "https:\/\/drive.google.com\/drivesharing\/driveshare?id=*",
                "https:\/\/sites.google.com\/drivesharing\/driveshare?id=*",
                "https:\/\/docs.google.com\/drivesharing\/driveshare?id=*",
                "https:\/\/sites.google.com\/a\/*\/*\/system\/app\/pages\/admin\/commonsharing",
                "https:\/\/sites.google.com\/_\/sharing\/share?id=*",
                "https:\/\/sites.google.com\/u\/*",
                "https:\/\/sites.google.com\/s\/*",
                "https:\/\/sites.google.com\/_\/sharing\/driveshare?id=*",
                "https:\/\/docs.google.com\/a\/*",
                "https:\/\/docs.google.com\/a\/*\/share?id=*",
                "https:\/\/docs.google.com\/sharing\/share?id=*",
                "https:\/\/docs.google.com\/sharing\/driveshare?id=*",
                "https:\/\/drive.google.com\/a\/*",
                "https:\/\/drive.google.com\/a\/*\/share?id=*",
                "https:\/\/drive.google.com\/drive\/*",
                "https:\/\/drive.google.com\/sharing\/share?id=*",
                "https:\/\/drive.google.com\/sharing\/driveshare?id=*",
                "https:\/\/mail.google.com\/mail\/*",
                "https:\/\/www.google.com\/calendar\/*",
                "https:\/\/calendar.google.com\/calendar\/*",
                "https:\/\/drive.google.com\/sharing\/*\/driveshare?id=*",
                "https:\/\/docs.google.com\/sharing\/*\/driveshare?id=*",
                "https:\/\/sites.google.com\/_\/sharing\/*\/driveshare?id=*",
                "https:\/\/mail.google.com\/chat\/u\/*",
                "https:\/\/chat.google.com\/u\/0\/frame*"
            ],
            "all_frames": true,
            "run_at": "document_end"
        }
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "images\/*"
            ],
            "matches": [
                "https:\/\/mail.google.com\/*"
            ]
        }
    ],
    "options_ui": {
        "page": "options.html"
    }
}