Appointlet

Web Extension for Appointlet

Apa itu Appointlet?

Appointlet adalah ekstensi Chrome yang dikembangkan oleh https://appointlet.com, dan fitur utamanya adalah "Web Extension for Appointlet".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Appointlet

Unduh file ekstensi Appointlet dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        The days of back and forth scheduling are over. With Appointlet for Chrome, you set up your availability and send customers a scheduling link. It's that simple.

Appointlet for Chrome gives you easy access to your scheduling links, so sending them to your customers is just a click away.

Don't have an Appointlet account yet? Visit https://www.appointlet.com/ to sign up today.                    

Informasi Dasar Ekstensi

Nama Appointlet Appointlet
ID oanmefncibhopinffldmcfpkhjfcnggo
URL Resmi https://chromewebstore.google.com/detail/appointlet/oanmefncibhopinffldmcfpkhjfcnggo
Deskripsi Web Extension for Appointlet
Ukuran File 1002 KB
Jumlah Instalasi 1,762
Versi Saat Ini 2.0.5
Terakhir Diperbarui 2022-01-17
Tanggal Publikasi 2020-05-14
Penilaian 5.00/5 Total 3 Penilaian
Pengembang https://appointlet.com
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://www.appointlet.com/
URL Halaman Bantuan http://kb.appointlet.help/
URL Halaman Kebijakan Privasi http://www.appointlet.help/legal/privacy-policy
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Appointlet",
    "version": "2.0.5",
    "description": "Web Extension for Appointlet",
    "permissions": [
        "storage",
        "notifications",
        "identity",
        "https:\/\/api.appointlet.com\/*",
        "https:\/\/app.appointlet.com\/*"
    ],
    "background": {
        "scripts": [
            "hot-reload.js",
            "background.js"
        ],
        "persistent": true
    },
    "browser_action": {
        "default_popup": "index.html"
    },
    "content_security_policy": "script-src 'self'; object-src 'self'",
    "icons": {
        "16": "logos\/browser-extension-logo.png",
        "32": "logos\/[email protected]",
        "48": "logos\/[email protected]",
        "128": "logos\/[email protected]"
    }
}