Scout Manager

Connects Scoutbook to Scout Manager to enable bi-directonal synchronization of scouting records.

Scout Manager là gì?

Scout Manager là một tiện ích mở rộng Chrome được phát triển bởi https://www.scoutmanager.com, và tính năng chính của nó là "Connects Scoutbook to Scout Manager to enable bi-directonal synchronization of scouting records.".

Ả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 Scout Manager

Tải xuống các tệp mở rộng Scout Manager 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

                        Quickly and easily connect Scout Manager and Scoutbook together to enable a powerful way to manage your pack or troop. Gain all the advantages of Scout Manager while keeping your scout's records updated at the council and national level. 

This extension will gather your unit's scouting roster from Scoutbook and can synchronize the following personal information into Scout Manager if set in Scoutbook: first name, last name, address, city, state, zipcode, BSA member id, school name, grade, swimming classification, birthday. If a scout's parents are set in Scoutbook it can also synchronize the parents personal information and associate them with their scout in Scout Manager. 

For each scout, it can bi-directional synchronize between Scout Manager and Scoutbook the following scouting record information: award names, BSA identifiers and award earned dates. The type of awards and other data handled are: adventures, ranks, national awards, merit badges, leadership positions, training.

Scout Manager establishes a minimum requirement of encrypting transmissions of all personal or sensitive user data over HTTPS protocol. All data on our servers is stored encrypted at rest leveraging AES-256 block cipher. A detailed description of our privacy policy how we store and use data is available at https://www.scoutmanager.com/privacy.do. 

You must have an active license subscription with Scout Manager and login credentials with Scoutbook to use this extension. By installing this item, you agree to the Scout Manager Terms of Service and Privacy Policy at https://www.scoutmanager.com/tos.do and https://www.scoutmanager.com/privacy.do.                    

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

Tên Scout Manager Scout Manager
ID jcfonjlfigbfnajeimacgdndfkocfdia
URL Chính Thức https://chromewebstore.google.com/detail/scout-manager/jcfonjlfigbfnajeimacgdndfkocfdia
Mô tả Connects Scoutbook to Scout Manager to enable bi-directonal synchronization of scouting records.
Kích Thước Tệp 469 KB
Số Lần Cài Đặt 261
Phiên Bản Hiện Tại 1.2.0.0
Cập Nhật Lần Cuối 2023-02-24
Ngày Phát Hành 2020-02-26
Đánh Giá 5.00/5 Tổng số 1 Đánh Giá
Nhà Phát Triển https://www.scoutmanager.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.scoutmanager.com
URL Trang Trợ Giúp https://www.scoutmanager.com/docs
Ngôn Ngữ Được Hỗ Trợ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "Scout Manager",
    "version": "1.2.0.0",
    "description": "Connects Scoutbook to Scout Manager to enable bi-directonal synchronization of scouting records.",
    "background": {
        "xscripts": [
            "third-party\/jquery.3.4.1.min.js",
            "om\/User.js",
            "om\/Award.js",
            "background.js"
        ],
        "xpersistent": false,
        "service_worker": "background.js",
        "type": "module"
    },
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "images\/sm-icon-16.png",
            "32": "images\/sm-icon-32.png",
            "48": "images\/sm-icon-48.png",
            "128": "images\/sm-icon-128.png"
        }
    },
    "icons": {
        "16": "images\/sm-icon-16.png",
        "32": "images\/sm-icon-32.png",
        "48": "images\/sm-icon-48.png",
        "128": "images\/sm-icon-128.png"
    },
    "web_accessible_resources": [
        {
            "matches": [
                ""
            ],
            "resources": [
                "\/view\/*",
                "\/view\/main.html",
                "\/view\/logs.html",
                "\/view\/sync-to-mod.html"
            ]
        }
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/scoutbook.scouting.org\/*"
            ],
            "js": [
                "third-party\/jquery.3.4.1.min.js",
                "third-party\/bootstrap.4.3.1.min.js",
                "third-party\/moment.2.24.0.min.js",
                "delegate\/LogDelegate.js",
                "delegate\/RosterDelegate.js",
                "delegate\/AwardDelegate.js",
                "delegate\/UserAwardDelegate.js",
                "delegate\/AdvancementExportDelegate.js",
                "om\/User.js",
                "om\/Award.js",
                "sm_integration.js"
            ],
            "css": [
                "third-party\/bootstrap.4.3.1.min.css"
            ]
        }
    ],
    "permissions": [
        "declarativeContent",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/www.scoutmanager.com\/*",
        "https:\/\/scoutbook.scouting.org\/*",
        "http:\/\/localhost\/*"
    ],
    "options_page": "options.html"
}