Appoint.ly

Extracting appointments links

什么是Appoint.ly?

Appoint.ly是由Neoteric开发的Chrome扩展程序,该扩展的主要功能是“Extracting appointments links”。

扩展截图

screenshot
screenshot

下载Appoint.ly扩展crx文件

下载Appoint.ly扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        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.                    

扩展基本信息

名称 Appoint.ly Appoint.ly
ID dcombaeajoahnbeppgipbonoannloani
官方URL https://chrome.google.com/webstore/detail/appointly/dcombaeajoahnbeppgipbonoannloani
简介 Extracting appointments links
文件大小 2.06 MB
安装次数 35
当前版本 1.1
更新时间 2018-03-13
上架时间 2018-03-13
评分 4.33/5 共6次评分
开发者 Neoteric
电子邮箱 [email protected]
付费类型 free
扩展官网 https://appoint.ly/
支持的语言 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"
        }
    }
}