GSHelper

グループウェア Group Session (http://www.gs.sjts.co.jp/) をより便利にする拡張機能です。

Qu'est-ce que GSHelper ?

GSHelper est une extension Chrome développée par https://yamayamayamaji.blogspot.com, et sa fonction principale est "グループウェア Group Session (http://www.gs.sjts.co.jp/) をより便利にする拡張機能です。".

Captures d'Écran de l'Extension

screenshot
screenshot
screenshot
screenshot
screenshot

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

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

                        ・ファイル管理のファイル・掲示板/ショートメールの添付ファイルをブラウザ内で開けるようになります。
(ChromeWebViewerがインストールされていればOfficeファイルも開けます。)
・ファイル管理のフォルダ情報画面でドラッグ&ドロップによるファイルアップロード(複数同時も)ができるようになります。
・スケジュールのデフォルト表示メンバーが設定できるようになります。
  (初期表示を[月間]+[グループ+所属ユーザ]にできます。)
・ファイルの初期表示順が設定できるようになります。
・ショートメールの返信時にタイトルがRe:Re:Re:…となるのをRe3:等にします。
・月間スケジュール画面で"今日"が分かりやすくなります。
・スケジュールの公開設定の初期値を"所属グループ"にも設定できるようになります。
・稟議の確認ページにリンクURLが表示されるようになります。


提案・質問・コメントなどはこちらまで!
(twitter)
 @yamayamayamaji
(github)
 https://github.com/yamayamayamaji/GSHelper                    

Informations de Base sur l'Extension

Nom GSHelper GSHelper
ID kpcennbgaidhfmipdpabmhhmgclipinf
URL Officiel https://chromewebstore.google.com/detail/gshelper/kpcennbgaidhfmipdpabmhhmgclipinf
Description グループウェア Group Session (http://www.gs.sjts.co.jp/) をより便利にする拡張機能です。
Taille du Fichier 143 KB
Nombre d'Installations 364
Version Actuelle 0.4.0.4
Dernière Mise à Jour 2018-05-08
Date de Publication 2018-05-08
Évaluation 4.00/5 Total 2 Évaluations
Développeur https://yamayamayamaji.blogspot.com
Email [email protected]
Type de Paiement free
Site Web de l'Extension https://github.com/yamayamayamaji/GSHelper
URL de la Page d'Aide https://twitter.com/yamayamayamaji
Langues Prises en Charge ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "GSHelper",
    "version": "0.4.0.4",
    "description": "\u30b0\u30eb\u30fc\u30d7\u30a6\u30a7\u30a2 Group Session (http:\/\/www.gs.sjts.co.jp\/) \u3092\u3088\u308a\u4fbf\u5229\u306b\u3059\u308b\u62e1\u5f35\u6a5f\u80fd\u3067\u3059\u3002",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                "*:\/\/*\/gsession\/*",
                "*:\/\/*\/gsession3\/*"
            ],
            "js": [
                "lib\/jquery.js",
                "content.js"
            ]
        }
    ],
    "icons": {
        "16": "images\/icon-16.png",
        "48": "images\/icon-48.png",
        "128": "images\/icon-128.png"
    },
    "manifest_version": 2,
    "permissions": [
        "*:\/\/*\/gsession\/*",
        "*:\/\/*\/gsession3\/*"
    ],
    "content_security_policy": "script-src 'self'; object-src 'none'; img-src 'self'",
    "web_accessible_resources": [
        "manifest.json",
        "content.css",
        "release_notes.html",
        "lib\/*",
        "images\/*"
    ]
}