GSHelper

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

Cos'è GSHelper?

GSHelper è un'estensione di Chrome sviluppata da https://yamayamayamaji.blogspot.com, e la sua funzione principale è "グループウェア Group Session (http://www.gs.sjts.co.jp/) をより便利にする拡張機能です。".

Screenshot dell'Estensione

screenshot
screenshot
screenshot
screenshot
screenshot

Scarica il file CRX dell'estensione GSHelper

Scarica i file di estensione GSHelper in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

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


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

Informazioni di Base sull'Estensione

Nome GSHelper GSHelper
ID kpcennbgaidhfmipdpabmhhmgclipinf
URL Ufficiale https://chromewebstore.google.com/detail/gshelper/kpcennbgaidhfmipdpabmhhmgclipinf
Descrizione グループウェア Group Session (http://www.gs.sjts.co.jp/) をより便利にする拡張機能です。
Dimensione del File 143 KB
Conteggio Installazioni 364
Versione Corrente 0.4.0.4
Ultimo Aggiornamento 2018-05-08
Data di Pubblicazione 2018-05-08
Valutazione 4.00/5 Totale 2 Valutazioni
Sviluppatore https://yamayamayamaji.blogspot.com
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://github.com/yamayamayamaji/GSHelper
URL della Pagina di Aiuto https://twitter.com/yamayamayamaji
Lingue Supportate 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\/*"
    ]
}