Appoint.ly
Extracting appointments links
What is Appoint.ly?
Appoint.ly is a Chrome extension developed by Neoteric, and its main feature is "Extracting appointments links".
Extension Screenshots
Download Appoint.ly Extension CRX File
Download Appoint.ly 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
Appoint.ly extension for Chrome is now available! Save time and get more meetings by instant access to your appointment types links. To use this plugin, the Appoint.ly account is required. You can register at appoint.ly.
Extension Basic Information
Name | |
ID | dcombaeajoahnbeppgipbonoannloani |
Official URL | https://chrome.google.com/webstore/detail/appointly/dcombaeajoahnbeppgipbonoannloani |
Description | Extracting appointments links |
File Size | 2.06 MB |
Installation Count | 35 |
Current Version | 1.1 |
Last Updated | 2018-03-13 |
Publish Date | 2018-03-13 |
Rating | 4.33/5 Total 6 Ratings |
Developer | Neoteric |
[email protected] | |
Payment Type | free |
Extension Website | https://appoint.ly/ |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Appoint.ly", "description": "Extracting appointments links", "version": "1.1", "manifest_version": 2, "browser_action": { "default_popup": "extension.html", "default_icon": "icons\/Appointly_icon.png" }, "permissions": [ "tabs", "https:\/\/appoint.ly\/*", "cookies" ], "commands": { "_execute_browser_action": { "suggested_key": { "default": "Ctrl+Shift+F", "mac": "MacCtrl+Shift+F" }, "description": "Opens hello.html" } } } |