Organilog

Accès aux outils Organilog

ما هو Organilog؟

Organilog هو إضافة Chrome تم تطويرها بواسطة https://fr.organilog.com، والميزة الرئيسية لها هي "Accès aux outils Organilog".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Organilog

قم بتنزيل ملفات الامتداد Organilog بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات 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
عنوان صفحة سياسة الخصوصية 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\/*"
    ]
}