Organilog

Accès aux outils Organilog

Wat is Organilog?

Organilog is een Chrome-extensie ontwikkeld door https://fr.organilog.com, en de belangrijkste functie is "Accès aux outils Organilog".

Extensie Screenshots

screenshot
screenshot

Download het CRX-bestand van de extensie Organilog

Download Organilog-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

                        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                    

Basisinformatie over de Extensie

Naam Organilog Organilog
ID hmphehachcnnlmndooddhblefoghmejg
Officiële URL https://chromewebstore.google.com/detail/organilog/hmphehachcnnlmndooddhblefoghmejg
Beschrijving Accès aux outils Organilog
Bestandsgrootte 169 KB
Aantal Installaties 146
Huidige Versie 2.0
Laatst Bijgewerkt 2022-03-17
Publicatiedatum 2019-12-19
Beoordeling 5.00/5 Totaal 5 Beoordelingen
Ontwikkelaar https://fr.organilog.com
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://fr.organilog.com/cgu
Ondersteunde Talen 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\/*"
    ]
}