Notificações NFSERVICE

Essa extensão é um componente para as notificações do ERP NFSERVICE.

What is Notificações NFSERVICE?

Notificações NFSERVICE is a Chrome extension developed by https://erp.nfservice.com.br, and its main feature is "Essa extensão é um componente para as notificações do ERP NFSERVICE.".

Extension Screenshots

screenshot
screenshot

Download Notificações NFSERVICE Extension CRX File

Download Notificações NFSERVICE 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

                        Extensão para recebimento de notificações do sistema ERP NFSERVICE.                    

Extension Basic Information

Name Notificações NFSERVICE Notificações NFSERVICE
ID cfmflaihjcfpoakojijhcpcgpfjbkogn
Official URL https://chromewebstore.google.com/detail/notifica%C3%A7%C3%B5es-nfservice/cfmflaihjcfpoakojijhcpcgpfjbkogn
Description Essa extensão é um componente para as notificações do ERP NFSERVICE.
File Size 829 KB
Installation Count 1,444
Current Version 1.3.8.3
Last Updated 2020-06-18
Publish Date 2020-06-17
Rating 5.00/5 Total 1 Ratings
Developer https://erp.nfservice.com.br
Email [email protected]
Payment Type free
Extension Website https://www.nfservice.com.br
Supported Languages pt-BR
manifest.json
{
    "background": {
        "scripts": [
            "js\/socket.io.js",
            "js\/background.js"
        ]
    },
    "browser_action": {
        "default_icon": "img\/icon.png",
        "default_popup": "popup.html"
    },
    "description": "Essa extens\u00e3o \u00e9 um componente para as notifica\u00e7\u00f5es do ERP NFSERVICE.",
    "externally_connectable": {
        "matches": [
            "*:\/\/localhost\/*",
            "*:\/\/*.nfservice.com.br\/*"
        ]
    },
    "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAm80yaboFL9+YpmfPXiwNzFVABHJ\/jIakKXprpHfyWcTgemvmL83r1av6XGAZbww1OrGfAFMcGzsKzDiTQomem4YGodMY1PkC7dbfKBOCbAM9kunbf1J2DVvLf2BBJ\/jZLHgji+v\/nx4D2wT7jbkZN5eGJ+o5ui0N1E\/eyEBPT03U9dLIwO60uwKgFDXNDPwIOkT4icRt2uhgdvIuDSTnRnq75vrmkFUMNIJkTiqXWYBdfOvRatoAowqSan0MtNwo6kDWDCieZbFwMHtyNbK\/uuN2XjGEpfkDNDqdNv4PXezG4NuTDSuw3VpDGjmJr0+IBWGSQA3Gf8rMeZ1o8xLdVwIDAQAB",
    "manifest_version": 2,
    "name": "Notifica\u00e7\u00f5es NFSERVICE",
    "icons": {
        "128": "img\/icon.png"
    },
    "permissions": [
        "nativeMessaging",
        "background",
        "notifications",
        "https:\/\/ajax.googleapis.com\/",
        "http:\/\/erp.nfservice.com.br\/*",
        "http:\/\/teste.nfservice.com.br\/*"
    ],
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "version": "1.3.8.3"
}