KaKaoBank Agit Watcher
아지트 멘션 관리자(카카오뱅크)
Qu'est-ce que KaKaoBank Agit Watcher ?
KaKaoBank Agit Watcher est une extension Chrome développée par anbug.java, et sa fonction principale est "아지트 멘션 관리자(카카오뱅크)".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension KaKaoBank Agit Watcher
Téléchargez les fichiers d'extension KaKaoBank Agit Watcher au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
아지트 멘션 관리자(카카오뱅크) 카카오뱅크 사내 아지트 멘션 관리용 익스텐션입니다. *카카오 사내 아지트 멘션 관리용 익스텐션을 참고함 https://chrome.google.com/webstore/detail/kakao-agit-watcher/nkdpiodcolhoopbjhlllohopfebmneho (programmed by Leo.hwajong) *주요기능 - 새글 스티커 알림 - 확인 못한 멘션 관리 - 보관함 저장 관리 - 미리보기
Informations de Base sur l'Extension
Nom | |
ID | gjllcjjcekgjmgppmfeaedccjbgkelli |
URL Officiel | https://chrome.google.com/webstore/detail/kakaobank-agit-watcher/gjllcjjcekgjmgppmfeaedccjbgkelli |
Description | 아지트 멘션 관리자(카카오뱅크) |
Taille du Fichier | 264 KB |
Nombre d'Installations | 323 |
Version Actuelle | 0.1.1 |
Dernière Mise à Jour | 2016-05-19 |
Date de Publication | 2016-05-19 |
Évaluation | 5.00/5 Total 4 Évaluations |
Développeur | anbug.java |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | 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" } } } } |