Appointlet
Web Extension for Appointlet
什么是Appointlet?
Appointlet是由https://appointlet.com开发的Chrome扩展程序,该扩展的主要功能是“Web Extension for Appointlet”。
扩展截图
下载Appointlet扩展crx文件
下载Appointlet扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
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. 扩展基本信息
| 名称 | |
| ID | oanmefncibhopinffldmcfpkhjfcnggo |
| 官方URL | https://chromewebstore.google.com/detail/appointlet/oanmefncibhopinffldmcfpkhjfcnggo |
| 简介 | Web Extension for Appointlet |
| 文件大小 | 1002 KB |
| 安装次数 | 1,762 |
| 当前版本 | 2.0.5 |
| 更新时间 | 2022-01-17 |
| 上架时间 | 2020-05-14 |
| 评分 | 5.00/5 共3次评分 |
| 开发者 | https://appointlet.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 扩展官网 | https://www.appointlet.com/ |
| 帮助页面URL | http://kb.appointlet.help/ |
| 隐私政策页面URL | http://www.appointlet.help/legal/privacy-policy |
| 支持的语言 | 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]"
}
} | |