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 |
| 官方網址 | 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"
}
} | |