Notificações NFSERVICE

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

Was ist Notificações NFSERVICE?

Notificações NFSERVICE ist eine Chrome-Erweiterung, die von https://erp.nfservice.com.br entwickelt wurde, und ihr Hauptmerkmal ist "Essa extensão é um componente para as notificações do ERP NFSERVICE.".

Erweiterungsscreenshots

screenshot
screenshot

Notificações NFSERVICE-Erweiterungs-CRX-Datei herunterladen

Laden Sie Notificações NFSERVICE-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

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

Grundlegende Informationen zur Erweiterung

Name Notificações NFSERVICE Notificações NFSERVICE
ID cfmflaihjcfpoakojijhcpcgpfjbkogn
Offizielle URL https://chromewebstore.google.com/detail/notifica%C3%A7%C3%B5es-nfservice/cfmflaihjcfpoakojijhcpcgpfjbkogn
Beschreibung Essa extensão é um componente para as notificações do ERP NFSERVICE.
Dateigröße 829 KB
Installationsanzahl 1,444
Aktuelle Version 1.3.8.3
Letztes Update 2020-06-18
Veröffentlichungsdatum 2020-06-17
Bewertung 5.00/5 Insgesamt 1 Bewertungen
Entwickler https://erp.nfservice.com.br
E-Mail [email protected]
Zahlungsart free
Erweiterungswebsite https://www.nfservice.com.br
Unterstützte Sprachen 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"
}