Appointlet

Web Extension for Appointlet

Co to jest Appointlet?

Appointlet to rozszerzenie Chrome opracowane przez https://appointlet.com, a jego główną funkcją jest „Web Extension for Appointlet”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia Appointlet

Pobierz pliki rozszerzeń Appointlet w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa Appointlet Appointlet
ID oanmefncibhopinffldmcfpkhjfcnggo
Oficjalny URL https://chromewebstore.google.com/detail/appointlet/oanmefncibhopinffldmcfpkhjfcnggo
Opis Web Extension for Appointlet
Rozmiar pliku 1002 KB
Liczba instalacji 1,762
Aktualna Wersja 2.0.5
Ostatnia Aktualizacja 2022-01-17
Data Publikacji 2020-05-14
Ocena 5.00/5 Łącznie 3 Oceny
Deweloper https://appointlet.com
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://www.appointlet.com/
Adres URL Strony Pomocy http://kb.appointlet.help/
Adres URL Strony Polityki Prywatności http://www.appointlet.help/legal/privacy-policy
Obsługiwane Języki 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]"
    }
}