Ieyasu Plus
Check time on ieyasu
Ieyasu Plusとは何ですか?
Ieyasu PlusはHuynh Cong Tienによって開発されたChromeの拡張機能で、その主な機能は「Check time on ieyasu」です。
拡張機能のスクリーンショット
Ieyasu Plus拡張機能のCRXファイルをダウンロード
Ieyasu Plus拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
The extension used for the https://www.ieyasu.co website, supports checking time of check in and check out.
This extension integrated notification for check-in and checkout.
You can set Working days, Start/End time working days, Desktop notifications and some new styles to manage your work. 拡張機能の基本情報
| 名前 | |
| ID | pmklokfhkepkaoakjiigbnkahfdmamoe |
| 公式URL | https://chromewebstore.google.com/detail/ieyasu-plus/pmklokfhkepkaoakjiigbnkahfdmamoe |
| 説明 | Check time on ieyasu |
| ファイルサイズ | 997 KB |
| インストール数 | 57 |
| 現在のバージョン | 0.7.0 |
| 最終更新日 | 2019-09-04 |
| 公開日 | 2019-09-03 |
| 評価 | 5.00/5 合計 1 レビュー |
| 開発者 | Huynh Cong Tien |
| Eメール | [email protected] |
| 支払い方法 | free |
| 拡張機能のウェブサイト | https://github.com/huynhcongtien/chrome-extension-ieyasu-plus |
| ヘルプページのURL | https://github.com/huynhcongtien/chrome-extension-ieyasu-plus/issues |
| 対応言語 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"name": "__MSG_appName__",
"version": "0.7.0",
"manifest_version": 2,
"description": "__MSG_appDescription__",
"icons": {
"16": "assets\/dist\/img\/icon-16.png",
"128": "assets\/dist\/img\/icon-128.png"
},
"default_locale": "en",
"background": {
"scripts": [
"assets\/dist\/js\/background.min.js"
]
},
"content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'",
"permissions": [
"https:\/\/f.ieyasu.co\/*",
"alarms",
"notifications",
"background",
"storage",
"tabs"
],
"web_accessible_resources": [
"assets\/dist\/img\/*.png"
],
"content_scripts": [
{
"matches": [
"*:\/\/f.ieyasu.co\/*"
],
"js": [
"assets\/dist\/js\/main.min.js"
],
"css": [
"assets\/dist\/css\/main.min.css"
],
"run_at": "document_end",
"all_frames": false
}
],
"browser_action": {
"default_icon": {
"19": "assets\/dist\/img\/icon-19.png",
"38": "assets\/dist\/img\/icon-38.png"
},
"default_title": "Ieyasu Plus",
"default_popup": "pages\/popup.html"
}
} | |