Avis Doctolib

Affiche les notes des praticiens sur Doctolib

Avis Doctolib là gì?

Avis Doctolib là một tiện ích mở rộng Chrome được phát triển bởi Jack NUMBER, và tính năng chính của nó là "Affiche les notes des praticiens sur Doctolib".

Ả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 Avis Doctolib

Tải xuống các tệp mở rộng Avis Doctolib 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

                        Les magasins, les coiffeurs, les boulangers et même les profs sont notés alors pourquoi pas les médecins ? Pour ne pas vexer les praticiens Doctolib ne permet pas de noter ces derniers sur son site. Cette extension vous aidera à faire votre choix et vous évitera les mauvaises surprises.

Aucune information n'est récupérée par l'extension (pas de tracking, pas de meta-données, pas d'infos personnelles).
Les notes viennent de Google.

Restez informé et partagez ;)                    

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

Tên Avis Doctolib Avis Doctolib
ID nbigaelaoahpgaiibjofgpjneodndljj
URL Chính Thức https://chromewebstore.google.com/detail/avis-doctolib/nbigaelaoahpgaiibjofgpjneodndljj
Mô tả Affiche les notes des praticiens sur Doctolib
Kích Thước Tệp 19.27 KB
Số Lần Cài Đặt 296
Phiên Bản Hiện Tại 1.0.1
Cập Nhật Lần Cuối 2021-06-03
Ngày Phát Hành 2018-11-30
Đánh Giá 4.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Jack NUMBER
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/JackNUMBER/doctolib-reviews
Ngôn Ngữ Được Hỗ Trợ fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Avis Doctolib",
    "version": "1.0.1",
    "manifest_version": 2,
    "description": "Affiche les notes des praticiens sur Doctolib",
    "homepage_url": "https:\/\/github.com\/JackNUMBER\/doctolib-reviews",
    "icons": {
        "16": "icons\/icon16.png",
        "48": "icons\/icon48.png",
        "128": "icons\/icon128.png"
    },
    "default_locale": "fr",
    "permissions": [
        "https:\/\/*.doctolib.fr\/*"
    ],
    "content_scripts": [
        {
            "matches": [
                "https:\/\/*.doctolib.fr\/*"
            ],
            "js": [
                "js\/content.js"
            ],
            "css": [
                "css\/style.css"
            ],
            "run_at": "document_end",
            "all_frames": false
        }
    ],
    "web_accessible_resources": [
        "script.js"
    ],
    "content_security_policy": "script-src 'self' https:\/\/maps.googleapis.com; object-src 'self'"
}