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 - это расширение Chrome, разработанное https://www.angelicavelasco.com, и его основная функция - "100+ ways to tell someone goodbye. Randomly insert a sign-off with the click of a button from the Gmail composer. Sayings created…".
Снимки экрана расширения
Скачать файл CRX расширения Good Sign-Offs Gmail Extension
Скачайте файлы расширений 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"
}
} | |