Appoint.ly

Extracting appointments links

Vad är Appoint.ly?

Appoint.ly är en Chrome-tillägg utvecklad av Neoteric, och dess huvudfunktion är "Extracting appointments links".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner Appoint.ly-förlängningens CRX-fil

Ladda ner Appoint.ly-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

                        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.                    

Grundläggande Information om Tillägg

Namn Appoint.ly Appoint.ly
ID dcombaeajoahnbeppgipbonoannloani
Officiell webbadress https://chrome.google.com/webstore/detail/appointly/dcombaeajoahnbeppgipbonoannloani
Beskrivning Extracting appointments links
Filstorlek 2.06 MB
Antal Installationer 35
Aktuell Version 1.1
Senast Uppdaterad 2018-03-13
Publiceringsdatum 2018-03-13
Betyg 4.33/5 Totalt 6 Betyg
Utvecklare Neoteric
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://appoint.ly/
Stödda Språk 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"
        }
    }
}