Export Scoutbook

Exports Scoutbook reports as an Excel file

Export Scoutbookคืออะไร?

Export Scoutbook เป็นส่วนขยายของ Chrome ที่พัฒนาโดย chris และคุณลักษณะหลักของมันคือ "Exports Scoutbook reports as an Excel file"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Export Scoutbook

ดาวน์โหลดไฟล์ส่วนขยาย Export Scoutbook ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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
}