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
官方網址 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\/*"
    ]
}