Send URL by Email
Send URL by Email from Toolbar
Co to jest Send URL by Email?
Send URL by Email to rozszerzenie Chrome opracowane przez https://www.parago.de, a jego główną funkcją jest „Send URL by Email from Toolbar”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Send URL by Email
Pobierz pliki rozszerzeń Send URL by Email w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
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). Podstawowe informacje o rozszerzeniu
| Nazwa | |
| ID | mekllbldjjejnkmomdclgkomcnlbddfj |
| Oficjalny URL | https://chromewebstore.google.com/detail/send-url-by-email/mekllbldjjejnkmomdclgkomcnlbddfj |
| Opis | Send URL by Email from Toolbar |
| Rozmiar pliku | 20.24 KB |
| Liczba instalacji | 2,000 |
| Aktualna Wersja | 2.0.0 |
| Ostatnia Aktualizacja | 2024-02-26 |
| Data Publikacji | 2016-04-04 |
| Ocena | 3.14/5 Łącznie 7 Oceny |
| Deweloper | https://www.parago.de |
| [email protected] | |
| Typ Płatności | free |
| Strona Rozszerzenia | https://github.com/jbaurle/SendURLByEmail/ |
| Adres URL Strony Pomocy | https://github.com/jbaurle/SendURLByEmail/issues |
| Adres URL Strony Polityki Prywatności | https://github.com/jbaurle/SendURLByEmail/blob/master/PrivacyPolicy.md |
| Obsługiwane Języki | 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__"
}
} | |