KaKao Agit Watcher

아지트 멘션 관리자

Cos'è KaKao Agit Watcher?

KaKao Agit Watcher è un'estensione di Chrome sviluppata da Leo.hwajong, e la sua funzione principale è "아지트 멘션 관리자".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione KaKao Agit Watcher

Scarica i file di estensione KaKao 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

                        카카오 사내 아지트 멘션 관리용 익스텐션입니다.

*v0.9.9 변경사항
- 맨션관리 탭에서 글 클릭 시 왼쪽 옆에 탭이 생성되도록 개선함.

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

Informazioni di Base sull'Estensione

Nome KaKao Agit Watcher KaKao Agit Watcher
ID nkdpiodcolhoopbjhlllohopfebmneho
URL Ufficiale https://chrome.google.com/webstore/detail/kakao-agit-watcher/nkdpiodcolhoopbjhlllohopfebmneho
Descrizione 아지트 멘션 관리자
Dimensione del File 264 KB
Conteggio Installazioni 97
Versione Corrente 0.9.9
Ultimo Aggiornamento 2016-03-21
Data di Pubblicazione 2016-03-21
Valutazione 1.00/5 Totale 1 Valutazioni
Sviluppatore Leo.hwajong
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": "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"
            }
        }
    }
}