Organilog

Accès aux outils Organilog

Organilog क्या है?

Organilog https://fr.organilog.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Accès aux outils Organilog"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Organilog एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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                    

एक्सटेंशन की मूल जानकारी

नाम Organilog Organilog
ID hmphehachcnnlmndooddhblefoghmejg
आधिकारिक URL https://chromewebstore.google.com/detail/organilog/hmphehachcnnlmndooddhblefoghmejg
विवरण Accès aux outils Organilog
फ़ाइल का आकार 169 KB
स्थापना संख्या 146
वर्तमान संस्करण 2.0
अंतिम अपडेट 2022-03-17
प्रकाशन तिथि 2019-12-19
रेटिंग 5.00/5 कुल 5 रेटिंग्स
डेवलपर https://fr.organilog.com
ईमेल [email protected]
भुगतान के प्रकार free
गोपनीयता नीति पृष्ठ URL https://fr.organilog.com/cgu
समर्थित भाषाएँ 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\/*"
    ]
}