Organilog

Accès aux outils Organilog

Was ist Organilog?

Organilog ist eine Chrome-Erweiterung, die von https://fr.organilog.com entwickelt wurde, und ihr Hauptmerkmal ist "Accès aux outils Organilog".

Erweiterungsscreenshots

screenshot
screenshot

Organilog-Erweiterungs-CRX-Datei herunterladen

Laden Sie Organilog-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

                        L'extension Organilog permet d'accéder en quelques clics aux menus essentiels de l'application Organilog. Ouvrez facilement votre compte.

Idéal pour accéder rapidement au planning, à l'ajout d'une intervention, d'un ticket, d'un client, d'un devis, d'une facture ...

Créez rapidement des interventions grâce à la fonctionnalité 'chronomètre'.

https://fr.organilog.com                    

Grundlegende Informationen zur Erweiterung

Name Organilog Organilog
ID hmphehachcnnlmndooddhblefoghmejg
Offizielle URL https://chromewebstore.google.com/detail/organilog/hmphehachcnnlmndooddhblefoghmejg
Beschreibung Accès aux outils Organilog
Dateigröße 169 KB
Installationsanzahl 146
Aktuelle Version 2.0
Letztes Update 2022-03-17
Veröffentlichungsdatum 2019-12-19
Bewertung 5.00/5 Insgesamt 5 Bewertungen
Entwickler https://fr.organilog.com
E-Mail [email protected]
Zahlungsart free
URL der Datenschutzrichtlinien-Seite https://fr.organilog.com/cgu
Unterstützte Sprachen fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Organilog",
    "description": "Acc\u00e8s aux outils Organilog",
    "version": "2.0",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "\/images\/logo.png",
            "32": "\/images\/logo.png",
            "48": "\/images\/logo.png",
            "128": "\/images\/logo.png"
        }
    },
    "icons": {
        "16": "\/images\/logo.png",
        "32": "\/images\/logo.png",
        "48": "\/images\/logo.png",
        "128": "\/images\/logo.png"
    },
    "permissions": [
        "storage",
        "contextMenus",
        "https:\/\/*\/*",
        "notifications"
    ],
    "web_accessible_resources": [
        {
            "resources": [
                "*"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "background": {
        "service_worker": "\/js\/background.js"
    },
    "host_permissions": [
        "https:\/\/sync.organilog.com\/*"
    ]
}