Tessy

Extension pour TESSY, permet le clic-to-call depuis une page WEB, ainsi que depuis de nombreux logiciels partenaires.

ما هو Tessy؟

Tessy هو إضافة Chrome تم تطويرها بواسطة TeamBox SAS، والميزة الرئيسية لها هي "Extension pour TESSY, permet le clic-to-call depuis une page WEB, ainsi que depuis de nombreux logiciels partenaires.".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة Tessy

قم بتنزيل ملفات الامتداد Tessy بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Extension pour TESSY ; permet le click-to-call depuis une page WEB, ainsi que depuis de nombreux logiciels partenaires (doctolib, wzagenda, agenda5, tempora, etc.)                    

معلومات أساسية عن التمديد

الاسم Tessy Tessy
ID gceidddlffjplhlmhpjeijafhinlljda
عنوان URL الرسمي https://chromewebstore.google.com/detail/tessy/gceidddlffjplhlmhpjeijafhinlljda
الوصف Extension pour TESSY, permet le clic-to-call depuis une page WEB, ainsi que depuis de nombreux logiciels partenaires.
حجم الملف 175 KB
عدد التثبيتات 2,159
النسخة الحالية 2020.09.18
آخر تحديث 2020-09-23
تاريخ النشر 2020-04-27
تقييم 5.00/5 مجموع تقييمات 1
المطور TeamBox SAS
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.teambox.fr/
اللغات المدعومة fr
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "content_scripts": [
        {
            "all_frames": true,
            "matches": [
                ""
            ],
            "js": [
                "browser-polyfill.min.js",
                "jquery.min.js",
                "content.js"
            ],
            "run_at": "document_end"
        }
    ],
    "background": {
        "scripts": [
            "browser-polyfill.min.js",
            "jquery.min.js",
            "background.js"
        ],
        "run_at": "document_end"
    },
    "options_page": "options.html",
    "browser_action": {
        "default_icon": "images\/48x48-disabled.png",
        "default_title": "Tessy",
        "default_popup": "popup.html"
    },
    "manifest_version": 2,
    "description": "Extension pour TESSY, permet le clic-to-call depuis une page WEB, ainsi que depuis de nombreux logiciels partenaires.",
    "icons": {
        "48": "images\/icon48.png"
    },
    "permissions": [
        "system.cpu",
        "system.memory",
        "browsingData",
        "activeTab",
        "contextMenus",
        "",
        "tabs",
        "webNavigation",
        "storage",
        "webRequest",
        "webRequestBlocking",
        "*:\/\/*\/*"
    ],
    "name": "Tessy",
    "minimum_chrome_version": "22",
    "version": "2020.09.18"
}