Appointlet
Web Extension for Appointlet
Wat is Appointlet?
Appointlet is een Chrome-extensie ontwikkeld door https://appointlet.com, en de belangrijkste functie is "Web Extension for Appointlet".
Extensie Screenshots
Download het CRX-bestand van de extensie Appointlet
Download Appointlet-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
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.
Basisinformatie over de Extensie
Naam | Appointlet |
ID | oanmefncibhopinffldmcfpkhjfcnggo |
Officiële URL | https://chromewebstore.google.com/detail/appointlet/oanmefncibhopinffldmcfpkhjfcnggo |
Beschrijving | Web Extension for Appointlet |
Bestandsgrootte | 1002 KB |
Aantal Installaties | 1,762 |
Huidige Versie | 2.0.5 |
Laatst Bijgewerkt | 2022-01-17 |
Publicatiedatum | 2020-05-14 |
Beoordeling | 5.00/5 Totaal 3 Beoordelingen |
Ontwikkelaar | https://appointlet.com |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://www.appointlet.com/ |
Help Pagina-URL | http://kb.appointlet.help/ |
URL van de Privacybeleid Pagina | http://www.appointlet.help/legal/privacy-policy |
Ondersteunde Talen | 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]" } } |