i91 Notificação
Extensão de Notificação i91
What is i91 Notificação?
i91 Notificação is a Chrome extension developed by http://i91.com.br, and its main feature is "Extensão de Notificação i91".
Extension Screenshots
Download i91 Notificação Extension CRX File
Download i91 Notificação 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
Notificação Desktop.
Extension Basic Information
Name | |
ID | ljffkggfijjegheghknnalooogalgdhk |
Official URL | https://chrome.google.com/webstore/detail/i91-notifica%C3%A7%C3%A3o/ljffkggfijjegheghknnalooogalgdhk |
Description | Extensão de Notificação i91 |
File Size | 148 KB |
Installation Count | 357 |
Current Version | 4.0.8 |
Last Updated | 2015-08-11 |
Publish Date | 2015-08-11 |
Rating | 5.00/5 Total 1 Ratings |
Developer | http://i91.com.br |
Payment Type | free |
Supported Languages | 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" ] } |