Shade non-working hours for Google Calendar

Grey-out your non-working hours in Google Calendar to quickly see when you are on the clock 💯

Shade non-working hours for Google Calendar là gì?

Shade non-working hours for Google Calendar là một tiện ích mở rộng Chrome được phát triển bởi Madeleine Smith Software, và tính năng chính của nó là "Grey-out your non-working hours in Google Calendar to quickly see when you are on the clock 💯".

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

screenshot
screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Shade non-working hours for Google Calendar

Tải xuống các tệp mở rộng Shade non-working hours for Google Calendar 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

                        About:
• This extension allows you to 'grey-out' your non-working hours in the day, week and '4 day' views of Google Calendar. 
• Use it to quickly see which hours of your day are blocked off for work and non-work time.

Usage instructions:
• Click into the extension to set your personal working hours 👩‍💻

Disclaimer:
• I'm in no way affiliated with Google or the Google Calendar brand 💯                    

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

Tên Shade non-working hours for Google Calendar Shade non-working hours for Google Calendar
ID hdlfamnpialfmlkddnmijnimciflhbjo
URL Chính Thức https://chromewebstore.google.com/detail/shade-non-working-hours-f/hdlfamnpialfmlkddnmijnimciflhbjo
Mô tả Grey-out your non-working hours in Google Calendar to quickly see when you are on the clock 💯
Kích Thước Tệp 24.88 MB
Số Lần Cài Đặt 2,214
Phiên Bản Hiện Tại 1.4.0
Cập Nhật Lần Cuối 2023-04-15
Ngày Phát Hành 2022-10-27
Đánh Giá 4.46/5 Tổng số 13 Đánh Giá
Nhà Phát Triển Madeleine Smith Software
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.madeleinesmith.uk/
URL Trang Trợ Giúp https://chrome.google.com/webstore/detail/shade-non-working-hours-f/hdlfamnpialfmlkddnmijnimciflhbjo?hl=en-GB&authuser=0
Ngôn Ngữ Được Hỗ Trợ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Shade non-working hours for Google Calendar",
    "action": {
        "default_popup": "popup.html"
    },
    "manifest_version": 3,
    "version": "1.4.0",
    "description": "Grey-out your non-working hours in Google Calendar to quickly see when you are on the clock \ud83d\udcaf",
    "permissions": [
        "storage"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/calendar.google.com\/*"
            ],
            "js": [
                "content.js"
            ],
            "run_at": "document_idle"
        }
    ],
    "background": {
        "service_worker": "background.js"
    },
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    }
}