Notificações NFSERVICE

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

Wat is Notificações NFSERVICE?

Notificações NFSERVICE is een Chrome-extensie ontwikkeld door https://erp.nfservice.com.br, en de belangrijkste functie is "Essa extensão é um componente para as notificações do ERP NFSERVICE.".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Notificações NFSERVICE

Download Notificações NFSERVICE-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Notificações NFSERVICE Notificações NFSERVICE
ID cfmflaihjcfpoakojijhcpcgpfjbkogn
Officiële URL https://chromewebstore.google.com/detail/notifica%C3%A7%C3%B5es-nfservice/cfmflaihjcfpoakojijhcpcgpfjbkogn
Beschrijving Essa extensão é um componente para as notificações do ERP NFSERVICE.
Bestandsgrootte 829 KB
Aantal Installaties 1,444
Huidige Versie 1.3.8.3
Laatst Bijgewerkt 2020-06-18
Publicatiedatum 2020-06-17
Beoordeling 5.00/5 Totaal 1 Beoordelingen
Ontwikkelaar https://erp.nfservice.com.br
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.nfservice.com.br
Ondersteunde Talen 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"
}