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 กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        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"
}