Organilog

Accès aux outils Organilog

What is Organilog?

Organilog is a Chrome extension developed by https://fr.organilog.com, and its main feature is "Accès aux outils Organilog".

Extension Screenshots

screenshot
screenshot

Download Organilog Extension CRX File

Download Organilog extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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                    

Extension Basic Information

Name Organilog Organilog
ID hmphehachcnnlmndooddhblefoghmejg
Official URL https://chromewebstore.google.com/detail/organilog/hmphehachcnnlmndooddhblefoghmejg
Description Accès aux outils Organilog
File Size 169 KB
Installation Count 146
Current Version 2.0
Last Updated 2022-03-17
Publish Date 2019-12-19
Rating 5.00/5 Total 5 Ratings
Developer https://fr.organilog.com
Email [email protected]
Payment Type free
Privacy Policy Page URL https://fr.organilog.com/cgu
Supported Languages 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\/*"
    ]
}