KaKaoBank Agit Watcher

아지트 멘션 관리자(카카오뱅크)

Cos'è KaKaoBank Agit Watcher?

KaKaoBank Agit Watcher è un'estensione di Chrome sviluppata da anbug.java, e la sua funzione principale è "아지트 멘션 관리자(카카오뱅크)".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione KaKaoBank Agit Watcher

Scarica i file di estensione KaKaoBank Agit Watcher in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        아지트 멘션 관리자(카카오뱅크)
카카오뱅크 사내 아지트 멘션 관리용 익스텐션입니다.

*카카오 사내 아지트 멘션 관리용 익스텐션을 참고함
https://chrome.google.com/webstore/detail/kakao-agit-watcher/nkdpiodcolhoopbjhlllohopfebmneho
(programmed by Leo.hwajong)

*주요기능
- 새글 스티커 알림
- 확인 못한 멘션 관리 
- 보관함 저장 관리 
- 미리보기                    

Informazioni di Base sull'Estensione

Nome KaKaoBank Agit Watcher KaKaoBank Agit Watcher
ID gjllcjjcekgjmgppmfeaedccjbgkelli
URL Ufficiale https://chrome.google.com/webstore/detail/kakaobank-agit-watcher/gjllcjjcekgjmgppmfeaedccjbgkelli
Descrizione 아지트 멘션 관리자(카카오뱅크)
Dimensione del File 264 KB
Conteggio Installazioni 323
Versione Corrente 0.1.1
Ultimo Aggiornamento 2016-05-19
Data di Pubblicazione 2016-05-19
Valutazione 5.00/5 Totale 4 Valutazioni
Sviluppatore anbug.java
Email [email protected]
Tipo di Pagamento free
Lingue Supportate 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"
            }
        }
    }
}