Organilog

Accès aux outils Organilog

Organilog là gì?

Organilog là một tiện ích mở rộng Chrome được phát triển bởi https://fr.organilog.com, và tính năng chính của nó là "Accès aux outils Organilog".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Organilog

Tải xuống các tệp mở rộng Organilog dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Organilog Organilog
ID hmphehachcnnlmndooddhblefoghmejg
URL Chính Thức https://chromewebstore.google.com/detail/organilog/hmphehachcnnlmndooddhblefoghmejg
Mô tả Accès aux outils Organilog
Kích Thước Tệp 169 KB
Số Lần Cài Đặt 146
Phiên Bản Hiện Tại 2.0
Cập Nhật Lần Cuối 2022-03-17
Ngày Phát Hành 2019-12-19
Đánh Giá 5.00/5 Tổng số 5 Đánh Giá
Nhà Phát Triển https://fr.organilog.com
Email [email protected]
Loại Thanh Toán free
URL Trang Chính Sách Bảo Mật https://fr.organilog.com/cgu
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}