Good Sign-Offs Gmail Extension
100+ ways to tell someone goodbye. Randomly insert a sign-off with the click of a button from the Gmail composer. Sayings created…
什么是Good Sign-Offs Gmail Extension?
Good Sign-Offs Gmail Extension是由https://www.angelicavelasco.com开发的Chrome扩展程序,该扩展的主要功能是“100+ ways to tell someone goodbye. Randomly insert a sign-off with the click of a button from the Gmail composer. Sayings created…”。
扩展截图
下载Good Sign-Offs Gmail Extension扩展crx文件
下载Good Sign-Offs Gmail Extension扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。
扩展使用说明
100+ ways to tell someone goodbye.
Randomly insert a sign-off with the click of a button from the Gmail composer.
Sayings created by Meg Miller + collaborators
https://www.are.na/meg-miller/good-sign-offs
Gmail extension created by Angel Velasco
https://angelicavelasco.com/ 扩展基本信息
| 名称 | |
| ID | cjnofdlhmemkhpblcjfebeifobamahle |
| 官方URL | https://chromewebstore.google.com/detail/good-sign-offs-gmail-exte/cjnofdlhmemkhpblcjfebeifobamahle |
| 简介 | 100+ ways to tell someone goodbye. Randomly insert a sign-off with the click of a button from the Gmail composer. Sayings created… |
| 文件大小 | 33.03 KB |
| 安装次数 | 38 |
| 当前版本 | 1.2 |
| 更新时间 | 2019-12-02 |
| 上架时间 | 2019-12-02 |
| 评分 | 5.00/5 共1次评分 |
| 开发者 | https://www.angelicavelasco.com |
| 电子邮箱 | [email protected] |
| 付费类型 | free |
| 支持的语言 | en |
| manifest.json | |
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 2,
"name": "Good Sign-Offs Gmail Extension",
"version": "1.2",
"permissions": [
"https:\/\/mail.google.com\/",
"https:\/\/inbox.google.com\/"
],
"content_scripts": [
{
"matches": [
"https:\/\/mail.google.com\/*",
"https:\/\/inbox.google.com\/*"
],
"js": [
"inboxsdk.js",
"app.js"
]
}
],
"icons": {
"128": "Thumb.png"
}
} | |