Organilog

Accès aux outils Organilog

Co to jest Organilog?

Organilog to rozszerzenie Chrome opracowane przez https://fr.organilog.com, a jego główną funkcją jest „Accès aux outils Organilog”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Organilog

Pobierz pliki rozszerzeń Organilog w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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                    

Podstawowe informacje o rozszerzeniu

Nazwa Organilog Organilog
ID hmphehachcnnlmndooddhblefoghmejg
Oficjalny URL https://chromewebstore.google.com/detail/organilog/hmphehachcnnlmndooddhblefoghmejg
Opis Accès aux outils Organilog
Rozmiar pliku 169 KB
Liczba instalacji 146
Aktualna Wersja 2.0
Ostatnia Aktualizacja 2022-03-17
Data Publikacji 2019-12-19
Ocena 5.00/5 Łącznie 5 Oceny
Deweloper https://fr.organilog.com
E-mail [email protected]
Typ Płatności free
Adres URL Strony Polityki Prywatności https://fr.organilog.com/cgu
Obsługiwane Języki 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\/*"
    ]
}