Appointlet
Web Extension for Appointlet
What is Appointlet?
Appointlet is a Chrome extension developed by https://appointlet.com, and its main feature is "Web Extension for Appointlet".
Extension Screenshots
Download Appointlet Extension CRX File
Download Appointlet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Appointlet |
ID | oanmefncibhopinffldmcfpkhjfcnggo |
Official URL | https://chromewebstore.google.com/detail/appointlet/oanmefncibhopinffldmcfpkhjfcnggo |
Description | Web Extension for Appointlet |
File Size | 1002 KB |
Installation Count | 1,762 |
Current Version | 2.0.5 |
Last Updated | 2022-01-17 |
Publish Date | 2020-05-14 |
Rating | 5.00/5 Total 3 Ratings |
Developer | https://appointlet.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.appointlet.com/ |
Help Page URL | http://kb.appointlet.help/ |
Privacy Policy Page URL | http://www.appointlet.help/legal/privacy-policy |
Supported Languages | 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]" } } |