TimeCrowd

TimeCrowd is a time management tool. Visualize your team's time by sharing past and present time.

Qu'est-ce que TimeCrowd ?

TimeCrowd est une extension Chrome développée par https://timecrowd.net, et sa fonction principale est "TimeCrowd is a time management tool. Visualize your team's time by sharing past and present time.".

Captures d'Écran de l'Extension

screenshot

Télécharger le fichier CRX de l'extension TimeCrowd

Téléchargez les fichiers d'extension TimeCrowd 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

                        TimeCrowd(タイムクラウド)は、チームで時間を共有し管理できるツールです。Chrome拡張機能をインストールすることで、タスクの登録を簡単に行うことが出来ます。他にも、ブラウザでTimeCrowdを開かなくても、Chrome拡張上でマイタスク、メンバー、レポート、その他設定を行うことが出来ます。

https://timecrowd.net/                    

Informations de Base sur l'Extension

Nom TimeCrowd TimeCrowd
ID acgeoeopmmpjgfidgokhjifffhnfhafj
URL Officiel https://chromewebstore.google.com/detail/timecrowd/acgeoeopmmpjgfidgokhjifffhnfhafj
Description TimeCrowd is a time management tool. Visualize your team's time by sharing past and present time.
Taille du Fichier 4 MB
Nombre d'Installations 5,078
Version Actuelle 2024.2.27.0
Dernière Mise à Jour 2024-02-27
Date de Publication 2020-03-12
Évaluation 4.80/5 Total 5 Évaluations
Développeur https://timecrowd.net
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://timecrowd.net/
URL de la Page d'Aide https://pages.timecrowd.net/contact
URL de la Page de Politique de Confidentialité https://timecrowd.net/privacy_policy
Langues Prises en Charge en,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "default_locale": "en",
    "name": "__MSG_extName__",
    "description": "__MSG_extDescription__",
    "icons": {
        "16": "icon16.png",
        "48": "icon48.png",
        "128": "icon128.png"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon16.png",
            "24": "img\/icon24.png",
            "32": "img\/icon32.png"
        },
        "default_popup": "html\/popup.html"
    },
    "permissions": [
        "identity",
        "tabs",
        "storage"
    ],
    "host_permissions": [
        "https:\/\/timecrowd.net\/",
        "https:\/\/timecrowd-assets.s3-ap-northeast-1.amazonaws.com\/",
        "https:\/\/production-assets-timecrowd.s3-ap-northeast-1.amazonaws.com\/"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/www.chatwork.com\/*",
                "https:\/\/kcw.kddi.ne.jp\/*"
            ],
            "js": [
                "js\/namespace.js",
                "js\/keys.js",
                "js\/env.js",
                "js\/api.js",
                "js\/duration.js",
                "js\/annotator.js",
                "js\/content.js"
            ],
            "css": [
                "css\/content.css"
            ]
        },
        {
            "matches": [
                "https:\/\/www.chatwork.com\/*",
                "https:\/\/kcw.kddi.ne.jp\/*"
            ],
            "js": [
                "js\/chatwork.js"
            ],
            "css": [
                "css\/chatwork.css"
            ]
        }
    ],
    "background": {
        "service_worker": "js\/event.js"
    },
    "version": "2024.2.27.0"
}