KaKaoBank Agit Watcher
아지트 멘션 관리자(카카오뱅크)
What is KaKaoBank Agit Watcher?
KaKaoBank Agit Watcher is a Chrome extension developed by anbug.java, and its main feature is "아지트 멘션 관리자(카카오뱅크)".
Extension Screenshots
Download KaKaoBank Agit Watcher Extension CRX File
Download KaKaoBank Agit Watcher 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
아지트 멘션 관리자(카카오뱅크) 카카오뱅크 사내 아지트 멘션 관리용 익스텐션입니다. *카카오 사내 아지트 멘션 관리용 익스텐션을 참고함 https://chrome.google.com/webstore/detail/kakao-agit-watcher/nkdpiodcolhoopbjhlllohopfebmneho (programmed by Leo.hwajong) *주요기능 - 새글 스티커 알림 - 확인 못한 멘션 관리 - 보관함 저장 관리 - 미리보기
Extension Basic Information
Name | |
ID | gjllcjjcekgjmgppmfeaedccjbgkelli |
Official URL | https://chrome.google.com/webstore/detail/kakaobank-agit-watcher/gjllcjjcekgjmgppmfeaedccjbgkelli |
Description | 아지트 멘션 관리자(카카오뱅크) |
File Size | 264 KB |
Installation Count | 323 |
Current Version | 0.1.1 |
Last Updated | 2016-05-19 |
Publish Date | 2016-05-19 |
Rating | 5.00/5 Total 4 Ratings |
Developer | anbug.java |
[email protected] | |
Payment Type | free |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "KaKaoBank Agit Watcher", "description": "\uc544\uc9c0\ud2b8 \uba58\uc158 \uad00\ub9ac\uc790(\uce74\uce74\uc624\ubc45\ud06c)", "version": "0.1.1", "icons": { "128": "images\/128.png", "48": "images\/48.png", "64": "images\/64.png", "16": "images\/16.png" }, "browser_action": { "default_title": "\uba58\uc158 \uad00\ub9ac\uc790 \uc5f4\uae30!", "default_icon": { "19": "images\/19.png", "38": "images\/38.png" } }, "background": { "page": "background.html", "persistent": true }, "options_ui": { "chrome_style": false, "page": "options.html" }, "permissions": [ "alarms", "notifications", "storage", "tabs", "https:\/\/kakaobankcowork.agit.io\/" ], "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+K", "mac": "Command+Shift+K", "chromeos": "Ctrl+Shift+K", "linux": "Ctrl+Shift+K" } } } } |