Google Calendar Events to Kintone

Googleカレンダーの1日分のスケジュールをKintoneの業務日報に登録(入力補助)する拡張機能です。

Google Calendar Events to Kintone là gì?

Google Calendar Events to Kintone là một tiện ích mở rộng Chrome được phát triển bởi riatw, và tính năng chính của nó là "Googleカレンダーの1日分のスケジュールをKintoneの業務日報に登録(入力補助)する拡張機能です。".

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

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Google Calendar Events to Kintone

Tải xuống các tệp mở rộng Google Calendar Events to Kintone 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

                        Googleカレンダーの1日分のスケジュールをKintoneの業務日報に登録(入力補助)する拡張機能です。                    

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

Tên Google Calendar Events to Kintone Google Calendar Events to Kintone
ID npgebkjidlgdapcloamhahefndpmbopo
URL Chính Thức https://chromewebstore.google.com/detail/google-calendar-events-to/npgebkjidlgdapcloamhahefndpmbopo
Mô tả Googleカレンダーの1日分のスケジュールをKintoneの業務日報に登録(入力補助)する拡張機能です。
Kích Thước Tệp 188 KB
Số Lần Cài Đặt 113
Phiên Bản Hiện Tại 1.1.0
Cập Nhật Lần Cuối 2018-09-13
Ngày Phát Hành 2018-09-13
Nhà Phát Triển riatw
Email [email protected]
Loại Thanh Toán free
Ngôn Ngữ Được Hỗ Trợ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Google Calendar Events to Kintone",
    "description": "Google\u30ab\u30ec\u30f3\u30c0\u30fc\u306e1\u65e5\u5206\u306e\u30b9\u30b1\u30b8\u30e5\u30fc\u30eb\u3092Kintone\u306e\u696d\u52d9\u65e5\u5831\u306b\u767b\u9332\uff08\u5165\u529b\u88dc\u52a9\uff09\u3059\u308b\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002",
    "version": "1.1.0",
    "minimum_chrome_version": "29",
    "icons": {
        "128": "images\/icon\/icon_128.png"
    },
    "browser_action": {
        "default_icon": {
            "128": "images\/icon\/icon_128.png"
        },
        "default_title": "Google Calendar Events to Kintone",
        "default_popup": "popup.html"
    },
    "permissions": [
        "tabs",
        "http:\/\/www.google.com\/*",
        "https:\/\/www.google.com\/*",
        "https:\/\/www.googleapis.com\/*",
        "https:\/\/accounts.google.com\/o\/oauth2\/token",
        "https:\/\/www.googleapis.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.cybozu.com\/*"
            ],
            "js": [
                "js\/jquery-2.1.1.min.js",
                "js\/jquery-ui.js",
                "js\/content.js"
            ]
        },
        {
            "matches": [
                "https:\/\/www.google.com\/robots.txt*"
            ],
            "js": [
                "oauth2\/oauth2_inject.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "oauth2\/oauth2.html"
    ]
}