Send URL by Email
Send URL by Email from Toolbar
Что такое Send URL by Email?
Send URL by Email - это расширение Chrome, разработанное https://www.parago.de, и его основная функция - "Send URL by Email from Toolbar".
Снимки экрана расширения
Скачать файл CRX расширения Send URL by Email
Скачайте файлы расширений Send URL by Email в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.
Инструкции по использованию расширения
This extension adds a button to the toolbar that allows you to send the URL of the web page by e-mail using the default e-mail application (e.g. Outlook).
Основная информация о расширении
Название | Send URL by Email |
ID | mekllbldjjejnkmomdclgkomcnlbddfj |
Официальный URL | https://chromewebstore.google.com/detail/send-url-by-email/mekllbldjjejnkmomdclgkomcnlbddfj |
Описание | Send URL by Email from Toolbar |
Размер файла | 20.24 KB |
Количество установок | 2,000 |
Текущая Версия | 2.0.0 |
Последнее Обновление | 2024-02-26 |
Дата публикации | 2016-04-04 |
Рейтинг | 3.14/5 Всего 7 оценок |
Разработчик | https://www.parago.de |
Электронная почта | [email protected] |
Тип оплаты | free |
Официальный сайт расширения | https://github.com/jbaurle/SendURLByEmail/ |
URL страницы помощи | https://github.com/jbaurle/SendURLByEmail/issues |
URL страницы политики конфиденциальности | https://github.com/jbaurle/SendURLByEmail/blob/master/PrivacyPolicy.md |
Поддерживаемые языки | de,en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "__MSG_extname__", "version": "2.0.0", "description": "__MSG_extdesc__", "icons": { "16": "icon16.png", "48": "icon48.png", "128": "icon128.png" }, "default_locale": "en", "permissions": [ "tabs" ], "background": { "service_worker": "service_worker.js" }, "action": { "default_icon": { "16": "icon16.png" }, "default_title": "__MSG_extaction__" } } |