Acall

Extension to integrate Google Calendar with Acall

What is Acall?

Acall is a Chrome extension developed by https://www.acall.jp, and its main feature is "Extension to integrate Google Calendar with Acall".

Extension Screenshots

screenshot

Download Acall Extension CRX File

Download Acall extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

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

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

Extension Basic Information

Name Acall Acall
ID jbpebddfeoipghbiebnbddhcokcjamnp
Official URL https://chromewebstore.google.com/detail/acall/jbpebddfeoipghbiebnbddhcokcjamnp
Description Extension to integrate Google Calendar with Acall
File Size 11.84 KB
Installation Count 8,014
Current Version 0.1.1.0
Last Updated 2024-02-06
Publish Date 2019-11-28
Rating 1.00/5 Total 2 Ratings
Developer https://www.acall.jp
Email [email protected]
Payment Type free
Privacy Policy Page URL https://www.acall.jp/privacy
Supported Languages 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"
            ]
        }
    ]
}