Lesson Book

This tool formats class data for easy copy paste for both gogokid and vipkid into a teachers database or spreadsheet.

Lesson Book là gì?

Lesson Book là một tiện ích mở rộng Chrome được phát triển bởi https://monsradix.com, và tính năng chính của nó là "This tool formats class data for easy copy paste for both gogokid and vipkid into a teachers database or spreadsheet.".

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

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Lesson Book

Tải xuống các tệp mở rộng Lesson Book 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 tool formats class data for easy copy paste for both gogokid and vipkid into a teachers database or spreadsheet.

When you go to either of the course listing sites for your upcoming classes, a small table will appear at the bottom of the page with the data laid out in such a way to allow copy pasting all relevant fields -- while the normal layout is nicer looking, it isn't conclusive to extracting the actual data. 

This will let you better plan lessons, schedules and reminders so that you can accurately track what you have done and what is next for any given student.                    

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

Tên Lesson Book Lesson Book
ID hibhidgmfehdhjdlpcjjcbningggpolk
URL Chính Thức https://chromewebstore.google.com/detail/lesson-book/hibhidgmfehdhjdlpcjjcbningggpolk
Mô tả This tool formats class data for easy copy paste for both gogokid and vipkid into a teachers database or spreadsheet.
Kích Thước Tệp 24.44 KB
Số Lần Cài Đặt 35
Phiên Bản Hiện Tại 1.15
Cập Nhật Lần Cuối 2021-06-16
Ngày Phát Hành 2019-11-23
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển https://monsradix.com
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.monsradix.com
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Lesson Book",
    "version": "1.15",
    "description": "This tool formats class data for easy copy paste for both gogokid and vipkid into a teachers database or spreadsheet.",
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAtTt9seFDY5IjP1iraARrLF5gSwSYJke948teU45s0kJ38PWGZ\/XjSXu50pPgpHSLyo2NgS3kbloZE1qH2IxADbVesD22UAvQZBcSNCQ2y6rPUFDDH9hM297uT\/pcIfUiP9URdfKBFdBRC5l6fbRNYmJeDc25v3hWO8GKYOIV5ZypSBFfRLwHS\/bS2Y3Eq2T6PeS8IxYhEgIENHZtQOmX7hk\/CrF1MgulpMtt7bLAd2DqiQdYpg6k8xG+5ZhiJYtatWlkLa3PQ1II8PNQyUjGjxsUNalE7z54CCHCjubZ7jtUrtfWlOn0uVfv40zA+6maiDHcSc46tsb\/FF34AOyWvwIDAQAB",
    "manifest_version": 2,
    "background": {
        "scripts": [
            "background.js"
        ],
        "persistent": true
    },
    "permissions": [
        "identity",
        "identity.email",
        "activeTab",
        "webRequest",
        "*:\/\/*.vipkid.com.cn\/*",
        "*:\/\/*.vipkid.com\/*",
        "*:\/\/*.vipkidteachers.com\/*",
        "*:\/\/*.gogokid.com\/*",
        "https:\/\/www.googleapis.com\/"
    ],
    "oauth2": {
        "client_id": "665859454684-s6nmohpktccl2srxvc67thbmpclpa36v.apps.googleusercontent.com",
        "scopes": [
            "https:\/\/www.googleapis.com\/auth\/plus.login",
            "https:\/\/www.googleapis.com\/auth\/chromewebstore.readonly"
        ]
    },
    "web_accessible_resources": [
        "embedScript.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.vipkid.com.cn\/tc\/list",
                "*:\/\/*.vipkid.com.cn\/tc\/list",
                "*:\/\/*.vipkid.com\/tc\/list",
                "*:\/\/*.vipkidteachers.com\/tc\/list",
                "*:\/\/*.gogokid.com\/classes*"
            ],
            "run_at": "document_start",
            "js": [
                "md5.min.js",
                "contentScript.js"
            ],
            "css": [
                "style.css"
            ]
        }
    ],
    "externally_connectable": {
        "matches": [
            "*:\/\/*.vipkid.com.cn\/*",
            "*:\/\/*.vipkid.com\/*",
            "*:\/\/*.vipkid.com\/*",
            "*:\/\/*.vipkidteachers.com\/*",
            "*:\/\/*.gogokid.com\/*"
        ]
    },
    "icons": {
        "128": "teacher_data_icon128.png"
    }
}