GSHelper
グループウェア Group Session (http://www.gs.sjts.co.jp/) をより便利にする拡張機能です。
What is GSHelper?
GSHelper is a Chrome extension developed by https://yamayamayamaji.blogspot.com, and its main feature is "グループウェア Group Session (http://www.gs.sjts.co.jp/) をより便利にする拡張機能です。".
Extension Screenshots
Download GSHelper Extension CRX File
Download GSHelper extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
・ファイル管理のファイル・掲示板/ショートメールの添付ファイルをブラウザ内で開けるようになります。 (ChromeWebViewerがインストールされていればOfficeファイルも開けます。) ・ファイル管理のフォルダ情報画面でドラッグ&ドロップによるファイルアップロード(複数同時も)ができるようになります。 ・スケジュールのデフォルト表示メンバーが設定できるようになります。 (初期表示を[月間]+[グループ+所属ユーザ]にできます。) ・ファイルの初期表示順が設定できるようになります。 ・ショートメールの返信時にタイトルがRe:Re:Re:…となるのをRe3:等にします。 ・月間スケジュール画面で"今日"が分かりやすくなります。 ・スケジュールの公開設定の初期値を"所属グループ"にも設定できるようになります。 ・稟議の確認ページにリンクURLが表示されるようになります。 提案・質問・コメントなどはこちらまで! (twitter) @yamayamayamaji (github) https://github.com/yamayamayamaji/GSHelper
Extension Basic Information
Name | |
ID | kpcennbgaidhfmipdpabmhhmgclipinf |
Official URL | https://chromewebstore.google.com/detail/gshelper/kpcennbgaidhfmipdpabmhhmgclipinf |
Description | グループウェア Group Session (http://www.gs.sjts.co.jp/) をより便利にする拡張機能です。 |
File Size | 143 KB |
Installation Count | 364 |
Current Version | 0.4.0.4 |
Last Updated | 2018-05-08 |
Publish Date | 2018-05-08 |
Rating | 4.00/5 Total 2 Ratings |
Developer | https://yamayamayamaji.blogspot.com |
[email protected] | |
Payment Type | free |
Extension Website | https://github.com/yamayamayamaji/GSHelper |
Help Page URL | https://twitter.com/yamayamayamaji |
Supported Languages | 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\/*" ] } |