Export Scoutbook

Exports Scoutbook reports as an Excel file

Export Scoutbook란 무엇입니까?

Export Scoutbook은(는) chris에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Exports Scoutbook reports as an Excel file"입니다.

확장 프로그램 스크린샷

screenshot

Export Scoutbook 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        Scoutbook is a great tool for tracking Boy Scout and Cub Scout advancement. However, it can be frustrating if you can't get your data out in a format that you need it.

This extension takes Report Builder reports, and lets you export them in one click to Excel. All the magic happens in your browser, so no sensitive data gets transmitted off your computer during the export.

To use:
- Install the extension
- Refresh (Ctrl + R) your Scoutbook tab
- Navigate to a report
- Click the icon that appears in the omnibar
- Open the downloaded Excel file in your favorite spreadsheet program.

If you don't already have a Scoutbook account, use promo code "TSS" for a 10% discount when you register.

If you don't have a spreadsheet program, try *FREE* OpenOffice.org

===========
Changelog:

v0.3 2015-02-06
---------------
+ Fixed the issue of page icon showing on improper page by detecting css id=report
+ Added a warning if reports with > 40,000 cells are exported.
+ Updated dependencies with Bower + Preen

v0.2 2014-06-06
---------------
+ Forced page refresh after download to eliminate multiple downloads after navigating with the Scoutbook Back Button.
+ Changed to Excellent Export full library to properly name tabs in downloaded sheet.
+ Simplified methodology of injecting elements for download.

v0.1 2014-05-06
---------------
Initial release                    

확장 프로그램 기본 정보

이름 Export Scoutbook Export Scoutbook
ID iibpknbhchmgbmldbloabhhopdoonlni
공식 URL https://chromewebstore.google.com/detail/export-scoutbook/iibpknbhchmgbmldbloabhhopdoonlni
설명 Exports Scoutbook reports as an Excel file
파일 크기 50.12 KB
설치 횟수 2,026
현재 버전 0.3
최근 업데이트 2015-02-07
출시 날짜 2015-02-06
평점 3.39/5 총 23 개의 평점
개발자 chris
결제 유형 free
확장 프로그램 웹 사이트 https://github.com/cpilko/sb2xls
도움말 페이지 URL https://github.com/cpilko/sb2xls/issues
지원되는 언어 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Export Scoutbook",
    "version": "0.3",
    "description": "Exports Scoutbook reports as an Excel file",
    "author": "Chris Pilko",
    "icons": {
        "16": "images\/logo_16.png",
        "48": "images\/logo_48.png",
        "128": "images\/logo_128.png"
    },
    "permissions": [
        "declarativeContent",
        "activeTab"
    ],
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": false
    },
    "page_action": {
        "default_icon": {
            "19": "images\/logo_19.png",
            "38": "images\/logo_38.png"
        },
        "default_title": "Export this report to Excel"
    },
    "manifest_version": 2
}