Appoint.ly
Extracting appointments links
Wat is Appoint.ly?
Appoint.ly is een Chrome-extensie ontwikkeld door Neoteric, en de belangrijkste functie is "Extracting appointments links".
Extensie Screenshots
Download het CRX-bestand van de extensie Appoint.ly
Download Appoint.ly-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
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.
Basisinformatie over de Extensie
Naam | |
ID | dcombaeajoahnbeppgipbonoannloani |
Officiële URL | https://chrome.google.com/webstore/detail/appointly/dcombaeajoahnbeppgipbonoannloani |
Beschrijving | Extracting appointments links |
Bestandsgrootte | 2.06 MB |
Aantal Installaties | 35 |
Huidige Versie | 1.1 |
Laatst Bijgewerkt | 2018-03-13 |
Publicatiedatum | 2018-03-13 |
Beoordeling | 4.33/5 Totaal 6 Beoordelingen |
Ontwikkelaar | Neoteric |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://appoint.ly/ |
Ondersteunde Talen | 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" } } } |