Módulo de Segurança do FortesDoc

Módulo de Segurança do FortesDoc

Was ist Módulo de Segurança do FortesDoc?

Módulo de Segurança do FortesDoc ist eine Chrome-Erweiterung, die von https://app.fortesdoc.com.br entwickelt wurde, und ihr Hauptmerkmal ist "Módulo de Segurança do FortesDoc".

Erweiterungsscreenshots

screenshot

Módulo de Segurança do FortesDoc-Erweiterungs-CRX-Datei herunterladen

Laden Sie Módulo de Segurança do FortesDoc-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

                        Comunicação com o Módulo de Segurança do FortesDoc.                    

Grundlegende Informationen zur Erweiterung

Name Módulo de Segurança do FortesDoc Módulo de Segurança do FortesDoc
ID bhbdjfmgajnppecbhbekfdcicgbgdhaf
Offizielle URL https://chrome.google.com/webstore/detail/m%C3%B3dulo-de-seguran%C3%A7a-do-fo/bhbdjfmgajnppecbhbekfdcicgbgdhaf
Beschreibung Módulo de Segurança do FortesDoc
Dateigröße 62.35 KB
Installationsanzahl 437
Aktuelle Version 0.2
Letztes Update 2017-06-07
Veröffentlichungsdatum 2017-06-07
Bewertung 5.00/5 Insgesamt 3 Bewertungen
Entwickler https://app.fortesdoc.com.br
Zahlungsart free
Erweiterungswebsite https://app.fortesdoc.com.br
Unterstützte Sprachen pt-BR
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "M\u00f3dulo de Seguran\u00e7a do FortesDoc",
    "version": "0.2",
    "description": "M\u00f3dulo de Seguran\u00e7a do FortesDoc",
    "background": {
        "scripts": [
            "Scripts\/jquery-1.6.4.min.js",
            "Scripts\/implementacao.js",
            "Scripts\/background.js"
        ],
        "persistent": false
    },
    "icons": {
        "128": "fortes-doc-128.png"
    },
    "externally_connectable": {
        "matches": [
            "*:\/\/*.fortesdoc.com.br\/*"
        ]
    },
    "content_security_policy": "script-src 'self' http:\/\/127.0.0.1:*; object-src 'self'"
}