Acall

Extension to integrate Google Calendar with Acall

什么是Acall?

Acall是由https://www.acall.jp开发的Chrome扩展程序,该扩展的主要功能是“Extension to integrate Google Calendar with Acall”。

扩展截图

screenshot

下载Acall扩展crx文件

下载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"
            ]
        }
    ]
}