i91 Notificação

Extensão de Notificação i91

i91 Notificação란 무엇입니까?

i91 Notificação은(는) http://i91.com.br에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Extensão de Notificação i91"입니다.

확장 프로그램 스크린샷

screenshot

i91 Notificação 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        Notificação Desktop.                    

확장 프로그램 기본 정보

이름 i91 Notificação i91 Notificação
ID ljffkggfijjegheghknnalooogalgdhk
공식 URL https://chrome.google.com/webstore/detail/i91-notifica%C3%A7%C3%A3o/ljffkggfijjegheghknnalooogalgdhk
설명 Extensão de Notificação i91
파일 크기 148 KB
설치 횟수 357
현재 버전 4.0.8
최근 업데이트 2015-08-11
출시 날짜 2015-08-11
평점 5.00/5 총 1 개의 평점
개발자 http://i91.com.br
결제 유형 free
지원되는 언어 pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "i91 Notifica\u00e7\u00e3o",
    "version": "4.0.8",
    "description": "Extens\u00e3o de Notifica\u00e7\u00e3o i91",
    "homepage_url": "http:\/\/i91.com.br\/",
    "icons": {
        "16": "16.png",
        "48": "48.png",
        "128": "128.png"
    },
    "permissions": [
        "notifications",
        "storage",
        "cookies",
        "alarms",
        "*:\/\/*.i91.com.br\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*.i91.com.br\/*"
            ],
            "js": [
                "contentScript.js"
            ]
        }
    ],
    "background": {
        "scripts": [
            "require.min.js",
            "jquery.min.js",
            "jquery.signalR.min.js",
            "server.js",
            "chatHubAdapterService.js",
            "authService.js",
            "background.js"
        ]
    },
    "manifest_version": 2,
    "web_accessible_resources": [
        "48.png"
    ]
}