Appointlet

Web Extension for Appointlet

Vad är Appointlet?

Appointlet är en Chrome-tillägg utvecklad av https://appointlet.com, och dess huvudfunktion är "Web Extension for Appointlet".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Appointlet-förlängningens CRX-fil

Ladda ner Appointlet-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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.                    

Grundläggande Information om Tillägg

Namn Appointlet Appointlet
ID oanmefncibhopinffldmcfpkhjfcnggo
Officiell webbadress https://chromewebstore.google.com/detail/appointlet/oanmefncibhopinffldmcfpkhjfcnggo
Beskrivning Web Extension for Appointlet
Filstorlek 1002 KB
Antal Installationer 1,762
Aktuell Version 2.0.5
Senast Uppdaterad 2022-01-17
Publiceringsdatum 2020-05-14
Betyg 5.00/5 Totalt 3 Betyg
Utvecklare https://appointlet.com
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.appointlet.com/
Hjälpsida URL http://kb.appointlet.help/
URL till Sekretesspolicy Sidan http://www.appointlet.help/legal/privacy-policy
Stödda Språk 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]"
    }
}