Feature Assistant Extension for Scoutbook

Extends Scoutbook functionality with quick entry, user management, and summer camp import functions

Feature Assistant Extension for Scoutbook란 무엇입니까?

Feature Assistant Extension for Scoutbook은(는) Gary Feutz에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extends Scoutbook functionality with quick entry, user management, and summer camp import functions"입니다.

확장 프로그램 스크린샷

screenshot

Feature Assistant Extension for Scoutbook 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        This tool extends several feature capabilities of Scoutbook.

Disclaimer:  This tool was created by a Scouting Volunteer who spent his own time and energy to "Do a good turn" and help fellow Scouters out.  It is not a product of the Scoutbook development team nor is supported by BSA.  If it helps you out, terrific.  If you find issues or have questions or would like to see it tweaked, please contact me so I can get them fixed.

What is it?
The focus of this extension is to provide time saving features to users of the Scoutbook Tool.  It is hoped that the life of this tool will be short and that Scoutbook is able to integrate these feature concepts.  This tool is simply an interim workaround to some needed features.

Until then, there is a great need to have the following included features. 
 
Calendar
 * Repeating Events. You can create, edit and delete repeating calendar events (no longer available when calendar is migrated out of Scoutbook)
 * Copy Event. You can copy existing events to a new date. (no longer available when calendar is migrated out of Scoutbook)
 * Calendar Import from CSV file You can import calendar events using a CSV file (no longer available when calendar is migrated out of Scoutbook)
 * Calendar Export to CSV (no longer available when calendar is migrated out of Scoutbook)
 * Calendar Messaging  You can select invitees based on their RSVP status to send 
   them messages.  You can select attendees based on Attendance status to send them
   messages.
 * Update Multiple Calendar Event Invitees.  You can add invitees to any number of 
   future events in a quick entry fashion.
 * Scout Birthday - easily adds Scout Birthday events to the calendar (no longer available when calendar is migrated out of Scoutbook)

Payment Logs
 * Paylog Report - You can mail balances
 * import transaction
 * Close accounts
 * Delete all account transactions
Session Monitor
 * Session Timeout Notification. When the Scoutbook session is about to logged off 
   due to inactivity, a popup appears and you can click to extend the session.

Merit Badge Quick Entry for Units
 * Add Merit Badge Quick Entry. You can use Quick Entry to Add merit badges, sign as 
   the Unit Leader, (and Assign Merit Badge Counselors - this feature temporarily removed due to Scoutbook changes)

Merit Badge Counselor Connection Helper
  * Allows Merit Badge Counselors to identify connections that are no longer needed, 
    so they may be removed to clean up the dashboard.

  Merit Badge Counselor Quick Connect
    * Easily connect to a Merit Badge Counselor right from the Merit Badge Search Results, and 
  from a Scout's Merit Badge page  
  
Merit badge Counselor -Class Support for connecting/disconnecting from multiple scouts at once, printing class log worksheets, and table style worksheet quick entry

Merit Badge Import from Summer Camps
 * Summer Camp Merit Badge Import from Black Pug Software.  You can import data saved 
   after 6/1/2017 from Summer Camps that use the scoutingevent.com website to track 
   Merit badges.

Connection Manager Enhancement
  * Set Scout column permissions.  Sets all permissions except parents and Admins.
  * Adds a Permissions by Position Manager page to easily set permissions based on the leadership and parent/guardian roles held by adults

Messages:
  * Adds a Select Den/Patrol option to message page so you can easily send messages to one or more dens or patrols.
  * Adds a Custom Email Group option to all setting up custom groups.
  * Always makes sure you are copied on messages going out
  * Preview to see what BB codes look like
  * YPT Notices in the body
  * Recipient name list in BCC messages

Training:
  * Adds a YPT Training Report, with 2018 cutoff dates

Youth Leadership:
  * Adds a Quick Edit of Youth Leadership Positions

Council Admin
   * Adds Unit Usage Statistics for Council Admins

Help Links:
  * Adds Help Links to SUAC documents and this extension help documents on the Scoutbook Help page.

Upgrade Notifications
  * Allows you to choose if you want to be notified of version updates, and you can specify for all releases or feature updates only.


This extension is also available as a Firefox Add-on.  See Scoutbook forums for the location.                    

확장 프로그램 기본 정보

이름 Feature Assistant Extension for Scoutbook Feature Assistant Extension for Scoutbook
ID paemmmaolgojladlndlbpgjpmflfcjoa
공식 URL https://chromewebstore.google.com/detail/feature-assistant-extensi/paemmmaolgojladlndlbpgjpmflfcjoa
설명 Extends Scoutbook functionality with quick entry, user management, and summer camp import functions
파일 크기 439 KB
설치 횟수 15,265
현재 버전 0.49.0.5
최근 업데이트 2024-02-21
출시 날짜 2020-05-22
평점 4.71/5 총 51 개의 평점
개발자 Gary Feutz
이메일 [email protected]
결제 유형 free
도움말 페이지 URL https://drive.google.com/file/d/0B4bXAHBshADYVUlHV01xTllYM00
개인정보 보호 정책 페이지 URL https://dea1koavvbivi.cloudfront.net/privacy.html
지원되는 언어 en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "content_security_policy": {
        "extension_pages": "script-src 'self' ; object-src 'self'"
    },
    "name": "Feature Assistant Extension for Scoutbook",
    "description": "Extends Scoutbook functionality with quick entry, user management, and summer camp import functions",
    "version": "0.49.0.5",
    "background": {
        "service_worker": "sbbackground.js"
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/scoutbookpp.scouting.org\/mobile\/*",
                "https:\/\/scoutbook.scouting.org\/mobile\/*",
                "https:\/\/scoutbookqa.scouting.org\/mobile\/*",
                "https:\/\/advancements.scouting.org\/*",
                "https:\/\/advancementsqa.scouting.org\/*"
            ],
            "js": [
                "sbcontent.js"
            ],
            "run_at": "document_start"
        }
    ],
    "icons": {
        "128": "book128.png",
        "16": "book16.png",
        "32": "book32.png",
        "48": "book48.png"
    },
    "action": {
        "default_icon": "book128.png",
        "default_popup": "popup.html"
    },
    "options_ui": {
        "page": "options.html"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "sbutils.js",
                "copyevent.js",
                "common.js",
                "eventimport.js",
                "paymsg.js",
                "evmsg.js",
                "blackpugimport.js",
                "csvprocs.js",
                "addinvitees.js",
                "localsession.js",
                "recur.js",
                "mbc.js",
                "mbadd.js",
                "payqe.js",
                "connmgr.js",
                "help.js",
                "positionpermission.js",
                "trainingQE.js",
                "youthLeaderQE.js",
                "messageSubSelect.js",
                "mbcPruneConn.js",
                "customMailList.js",
                "birthday.js",
                "adultYPTreport.js",
                "mbcSearchConnect.js",
                "mblist.js",
                "emailedit48.png",
                "emaillook48.png",
                "editbc48.png",
                "undo.js",
                "councilUser.js",
                "eventexport.js",
                "altnames.js",
                "rosterchange.js",
                "bindings.js"
            ],
            "matches": [
                "https:\/\/scoutbookpp.scouting.org\/*",
                "https:\/\/scoutbook.scouting.org\/*",
                "https:\/\/scoutbookqa.scouting.org\/*"
            ]
        }
    ],
    "permissions": [
        "storage",
        "alarms",
        "management",
        "cookies"
    ],
    "host_permissions": [
        "https:\/\/scoutbookpp.scouting.org\/*",
        "https:\/\/scoutbook.scouting.org\/*",
        "https:\/\/scoutbookqa.scouting.org\/*",
        "https:\/\/advancementsqa.scouting.org\/*",
        "https:\/\/advancements.scouting.org\/*",
        "https:\/\/reportsqa.scouting.org\/*",
        "https:\/\/reportspd.scouting.org\/*",
        "https:\/\/myqa.scouting.org\/*",
        "https:\/\/my.scouting.org\/*"
    ]
}