Organilog

Accès aux outils Organilog

Organilog란 무엇입니까?

Organilog은(는) https://fr.organilog.com에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Accès aux outils Organilog"입니다.

확장 프로그램 스크린샷

screenshot
screenshot

Organilog 확장 프로그램 CRX 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 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\/*"
    ]
}