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

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

Qu'est-ce que ジョブカン打刻をチャットワーク通知 ?

ジョブカン打刻をチャットワーク通知 est une extension Chrome développée par Jun Fukagawa, et sa fonction principale est "ジョブカンで打刻してチャットワークで連絡するという作業がジョブカンでの打刻だけで済むようになります。 #ジョブカン #チャットワーク #jobcan #chatwork".

Captures d'Écran de l'Extension

screenshot
screenshot

Télécharger le fichier CRX de l'extension ジョブカン打刻をチャットワーク通知

Téléchargez les fichiers d'extension ジョブカン打刻をチャットワーク通知 au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.

Instructions d'Utilisation de l'Extension

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

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

Informations de Base sur l'Extension

Nom ジョブカン打刻をチャットワーク通知 ジョブカン打刻をチャットワーク通知
ID hniadfecoilolocebfgcmebfijdeegjj
URL Officiel 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
Description ジョブカンで打刻してチャットワークで連絡するという作業がジョブカンでの打刻だけで済むようになります。 #ジョブカン #チャットワーク #jobcan #chatwork
Taille du Fichier 2.1 MB
Nombre d'Installations 77
Version Actuelle 1.2.3
Dernière Mise à Jour 2023-12-18
Date de Publication 2020-06-23
Évaluation 3.67/5 Total 3 Évaluations
Développeur Jun Fukagawa
Email [email protected]
Type de Paiement free
Langues Prises en Charge 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"
}