KaKao Agit Watcher
아지트 멘션 관리자
What is KaKao Agit Watcher?
KaKao Agit Watcher is a Chrome extension developed by Leo.hwajong, and its main feature is "아지트 멘션 관리자".
Extension Screenshots
Download KaKao Agit Watcher Extension CRX File
Download KaKao 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
카카오 사내 아지트 멘션 관리용 익스텐션입니다. *v0.9.9 변경사항 - 맨션관리 탭에서 글 클릭 시 왼쪽 옆에 탭이 생성되도록 개선함. *주요기능 - 새글 스티커 알림 - 확인 못한 멘션 관리 - 보관함 저장 관리 - 미리보기
Extension Basic Information
Name | |
ID | nkdpiodcolhoopbjhlllohopfebmneho |
Official URL | https://chrome.google.com/webstore/detail/kakao-agit-watcher/nkdpiodcolhoopbjhlllohopfebmneho |
Description | 아지트 멘션 관리자 |
File Size | 264 KB |
Installation Count | 97 |
Current Version | 0.9.9 |
Last Updated | 2016-03-21 |
Publish Date | 2016-03-21 |
Rating | 1.00/5 Total 1 Ratings |
Developer | Leo.hwajong |
[email protected] | |
Payment Type | free |
Supported Languages | ko |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "KaKao Agit Watcher", "description": "\uc544\uc9c0\ud2b8 \uba58\uc158 \uad00\ub9ac\uc790", "version": "0.9.9", "homepage_url": "https:\/\/chrome.google.com\/webstore\/detail\/kakao-agit-watcher\/nkdpiodcolhoopbjhlllohopfebmneho", "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:\/\/kakao.agit.in\/" ], "commands": { "_execute_browser_action": { "suggested_key": { "windows": "Ctrl+Shift+K", "mac": "Command+Shift+K", "chromeos": "Ctrl+Shift+K", "linux": "Ctrl+Shift+K" } } } } |