Acall

Extension to integrate Google Calendar with Acall

Acallคืออะไร?

Acall เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.acall.jp และคุณลักษณะหลักของมันคือ "Extension to integrate Google Calendar with Acall"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Acall

ดาวน์โหลดไฟล์ส่วนขยาย Acall ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

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

                        Acallの拡張機能を利用すると、
Googleカレンダーから来訪者の情報登録ができるようになります。

来訪者情報登録
・来訪者の名前やメールアドレスを登録
・アポイントメールの送信                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ Acall Acall
ID jbpebddfeoipghbiebnbddhcokcjamnp
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/acall/jbpebddfeoipghbiebnbddhcokcjamnp
คำอธิบาย Extension to integrate Google Calendar with Acall
ขนาดไฟล์ 11.84 KB
จำนวนการติดตั้ง 8,014
เวอร์ชันปัจจุบัน 0.1.1.0
อัปเดตครั้งล่าสุด 2024-02-06
วันที่เผยแพร่ 2019-11-28
คะแนน 1.00/5 รวมทั้งหมด 2 คะแนน
ผู้พัฒนา https://www.acall.jp
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://www.acall.jp/privacy
ภาษาที่รองรับ ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Acall",
    "version": "0.1.1.0",
    "description": "Extension to integrate Google Calendar with Acall",
    "manifest_version": 3,
    "action": {
        "default_icon": "logo.png"
    },
    "content_scripts": [
        {
            "matches": [
                "*:\/\/calendar.google.com\/*"
            ],
            "run_at": "document_end",
            "js": [
                "calendar.js"
            ]
        }
    ]
}