サテライトオフィス・日報/交通費精算 for Google Workspace(無償版)

Googleカレンダー予定画面に日報/交通費精算申請画面を埋め込みます。

Wat is サテライトオフィス・日報/交通費精算 for Google Workspace(無償版)?

サテライトオフィス・日報/交通費精算 for Google Workspace(無償版) is een Chrome-extensie ontwikkeld door https://sateraito-apps-nippo2.appspot.com, en de belangrijkste functie is "Googleカレンダー予定画面に日報/交通費精算申請画面を埋め込みます。".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie サテライトオフィス・日報/交通費精算 for Google Workspace(無償版)

Download サテライトオフィス・日報/交通費精算 for Google Workspace(無償版)-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        Googleカレンダー予定画面に日報/交通費精算申請画面を埋め込みます。                    

Basisinformatie over de Extensie

Naam サテライトオフィス・日報/交通費精算 for Google Workspace(無償版) サテライトオフィス・日報/交通費精算 for Google Workspace(無償版)
ID faimpclaohkkokfjdngjdmbjkapahbhn
Officiële URL https://chromewebstore.google.com/detail/%E3%82%B5%E3%83%86%E3%83%A9%E3%82%A4%E3%83%88%E3%82%AA%E3%83%95%E3%82%A3%E3%82%B9%E3%83%BB%E6%97%A5%E5%A0%B1%E4%BA%A4%E9%80%9A%E8%B2%BB%E7%B2%BE%E7%AE%97-for-goo/faimpclaohkkokfjdngjdmbjkapahbhn
Beschrijving Googleカレンダー予定画面に日報/交通費精算申請画面を埋め込みます。
Bestandsgrootte 104 KB
Aantal Installaties 116
Huidige Versie 1.0.0
Laatst Bijgewerkt 2023-03-01
Publicatiedatum 2019-03-22
Ontwikkelaar https://sateraito-apps-nippo2.appspot.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.sateraito.jp/privacy.html
Ondersteunde Talen en,zh-CN,zh-TW,ja
manifest.json
{
    "manifest_version": 3,
    "version": "1.0.0",
    "default_locale": "ja",
    "homepage_url": "http:\/\/www.sateraito.jp\/",
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "__MSG_extension_name__",
    "description": "__MSG_extension_description__",
    "icons": {
        "48": "satelite48.png",
        "128": "satelite128.png"
    },
    "permissions": [
        "storage",
        "tabs",
        "identity",
        "identity.email"
    ],
    "host_permissions": [
        "https:\/\/sateraito-apps-nippo2.appspot.com\/"
    ],
    "content_scripts": [
        {
            "css": [
                "style.css"
            ],
            "js": [
                "jquery-1.10.2.min.js",
                "action_register_btn.js"
            ],
            "matches": [
                "*:\/\/www.google.com\/calendar\/*",
                "*:\/\/calendar.google.com\/calendar\/*",
                "*:\/\/sateraito-apps-nippo2.appspot.com\/*"
            ],
            "run_at": "document_end",
            "all_frames": true
        }
    ],
    "background": {
        "service_worker": "background.js",
        "type": "module"
    },
    "options_page": "options.html",
    "web_accessible_resources": [
        {
            "resources": [
                "Logo.gif",
                "bg_White.gif",
                "arrow-up.png",
                "arrow-down.png",
                "loading.gif",
                "jquery-1.10.2.min.map"
            ],
            "matches": [
                ""
            ]
        }
    ]
}