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 |
| Eメール | [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"
}
} | |