WebExtension.net
Toggle dark mode
WebExtension.net

案件別工数管理カレンダー

View on Chrome Web Store
View 案件別工数管理カレンダー Chrome Extension on Chrome Web Store
Add to bookmarks
0.0 (0 ratings)
0 views
This extension has been viewed 0 times

Data is synced from the Chrome Web Store. View the official store page for the most current information.

カレンダーに毎日予定を登録したりすることで工数を管理し、登録されてる予定により日報も作成できるツール。
Type
Extension
Users
12 users
2
Sateraito Office
View author page of Sateraito Office
Published
Published on December 16, 2024
Version 1.0.2
Manifest version
3
Updated
Updated on February 13, 2025
productivity/tools
Extension Category
View on Chrome Web Store
View 案件別工数管理カレンダー Chrome Extension on Chrome Web Store
Share This Extension
Share on Twitter
Share on Facebook
Share on LinkedIn
Share on Reddit
Share on Bluesky
Share on Pinterest

Extension Manifest

Copy manifest to clipboard
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "version": "1.0.2",
    "default_locale": "ja",
    "homepage_url": "http:\/\/www.sateraito.jp\/",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "icons": {
        "32": "images\/32x32.png",
        "48": "images\/48x48.png",
        "96": "images\/96x96.png",
        "128": "images\/128x128.png"
    },
    "web_accessible_resources": [
        {
            "resources": [
                "\/images\/128x128.png"
            ],
            "matches": [
                "<all_urls>"
            ]
        }
    ],
    "permissions": [
        "tabs",
        "storage"
    ],
    "content_scripts": [
        {
            "css": [
                "styles\/jquery-ui.css",
                "styles\/flatpickr.min.css",
                "styles\/timepicker.min.css",
                "styles\/sweetalert2.min.css",
                "styles\/quill.snow.css",
                "styles\/tagify.css",
                "styles\/style.css"
            ],
            "js": [
                "js\/jquery-3.6.0.min.js",
                "js\/jquery-ui.min.js",
                "js\/timepicker.min.js",
                "js\/sweetalert2.min.js",
                "js\/quill.js",
                "js\/tagify.js",
                "content.js"
            ],
            "matches": [
                "*:\/\/www.google.com\/calendar\/*",
                "*:\/\/calendar.google.com\/calendar\/*",
                "*:\/\/docs.google.com\/spreadsheets\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "action": [],
    "options_page": "setting\/setting.html"
}
© 2025 WebExtension.net. All rights reserved.
Disclaimer: WebExtension.net is not affiliated with Google or the Chrome Web Store. All product names, logos, and brands are property of their respective owners. All extension data is collected from publicly available sources.
Go to top