Organilog

Accès aux outils Organilog

什么是Organilog?

Organilog是由https://fr.organilog.com开发的Chrome扩展程序,该扩展的主要功能是“Accès aux outils Organilog”。

扩展截图

screenshot
screenshot

下载Organilog扩展crx文件

下载Organilog扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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\/*"
    ]
}