ジョブカン打刻をチャットワーク通知

ジョブカンで打刻してチャットワークで連絡するという作業がジョブカンでの打刻だけで済むようになります。 #ジョブカン #チャットワーク #jobcan #chatwork

Wat is ジョブカン打刻をチャットワーク通知?

ジョブカン打刻をチャットワーク通知 is een Chrome-extensie ontwikkeld door Jun Fukagawa, en de belangrijkste functie is "ジョブカンで打刻してチャットワークで連絡するという作業がジョブカンでの打刻だけで済むようになります。 #ジョブカン #チャットワーク #jobcan #chatwork".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie ジョブカン打刻をチャットワーク通知

Download ジョブカン打刻をチャットワーク通知-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

                        ジョブカンで打刻してチャットワークで連絡するという作業がジョブカンでの打刻だけで済むようになります。

#ジョブカン #チャットワーク #jobcan #chatwork                    

Basisinformatie over de Extensie

Naam ジョブカン打刻をチャットワーク通知 ジョブカン打刻をチャットワーク通知
ID hniadfecoilolocebfgcmebfijdeegjj
Officiële URL https://chromewebstore.google.com/detail/%E3%82%B8%E3%83%A7%E3%83%96%E3%82%AB%E3%83%B3%E6%89%93%E5%88%BB%E3%82%92%E3%83%81%E3%83%A3%E3%83%83%E3%83%88%E3%83%AF%E3%83%BC%E3%82%AF%E9%80%9A%E7%9F%A5/hniadfecoilolocebfgcmebfijdeegjj
Beschrijving ジョブカンで打刻してチャットワークで連絡するという作業がジョブカンでの打刻だけで済むようになります。 #ジョブカン #チャットワーク #jobcan #chatwork
Bestandsgrootte 2.1 MB
Aantal Installaties 77
Huidige Versie 1.2.3
Laatst Bijgewerkt 2023-12-18
Publicatiedatum 2020-06-23
Beoordeling 3.67/5 Totaal 3 Beoordelingen
Ontwikkelaar Jun Fukagawa
E-mail [email protected]
Betalingswijze free
Ondersteunde Talen ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "\u30b8\u30e7\u30d6\u30ab\u30f3\u6253\u523b\u3092\u30c1\u30e3\u30c3\u30c8\u30ef\u30fc\u30af\u901a\u77e5",
    "manifest_version": 3,
    "icons": {
        "48": "icons\/icon_48.png",
        "128": "icons\/icon_128.png"
    },
    "action": [],
    "background": {
        "service_worker": "background\/background.js",
        "type": "module"
    },
    "options_ui": {
        "page": "options\/index.html",
        "open_in_tab": true
    },
    "content_scripts": [
        {
            "matches": [
                "https:\/\/ssl.jobcan.jp\/employee\/adit\/modify",
                "https:\/\/ssl.jobcan.jp\/employee\/adit\/modify\/",
                "https:\/\/ssl.jobcan.jp\/employee\/adit\/modify?*",
                "https:\/\/ssl.jobcan.jp\/employee\/adit\/modify\/?*",
                "https:\/\/ssl.jobcan.jp\/employee\/adit\/modify#*",
                "https:\/\/ssl.jobcan.jp\/employee\/adit\/modify\/#*"
            ],
            "js": [
                "content\/employee\/adit\/modify.js"
            ],
            "css": [
                "content\/employee\/adit\/modify.css"
            ]
        },
        {
            "matches": [
                "https:\/\/ssl.jobcan.jp\/employee",
                "https:\/\/ssl.jobcan.jp\/employee\/",
                "https:\/\/ssl.jobcan.jp\/employee?*",
                "https:\/\/ssl.jobcan.jp\/employee\/?*",
                "https:\/\/ssl.jobcan.jp\/employee#*",
                "https:\/\/ssl.jobcan.jp\/employee\/#*"
            ],
            "js": [
                "content\/employee.js"
            ],
            "css": [
                "content\/employee.css"
            ]
        }
    ],
    "permissions": [
        "storage"
    ],
    "host_permissions": [
        "https:\/\/api.chatwork.com\/*"
    ],
    "version": "1.2.3"
}