Acall

Extension to integrate Google Calendar with Acall

Wat is Acall?

Acall is een Chrome-extensie ontwikkeld door https://www.acall.jp, en de belangrijkste functie is "Extension to integrate Google Calendar with Acall".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Acall

Download Acall-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

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

Basisinformatie over de Extensie

Naam Acall Acall
ID jbpebddfeoipghbiebnbddhcokcjamnp
Officiële URL https://chromewebstore.google.com/detail/acall/jbpebddfeoipghbiebnbddhcokcjamnp
Beschrijving Extension to integrate Google Calendar with Acall
Bestandsgrootte 11.84 KB
Aantal Installaties 8,014
Huidige Versie 0.1.1.0
Laatst Bijgewerkt 2024-02-06
Publicatiedatum 2019-11-28
Beoordeling 1.00/5 Totaal 2 Beoordelingen
Ontwikkelaar https://www.acall.jp
E-mail [email protected]
Betalingswijze free
URL van de Privacybeleid Pagina https://www.acall.jp/privacy
Ondersteunde Talen 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"
            ]
        }
    ]
}