Send URL by Email
Send URL by Email from Toolbar
Cos'è Send URL by Email?
Send URL by Email è un'estensione di Chrome sviluppata da https://www.parago.de, e la sua funzione principale è "Send URL by Email from Toolbar".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione Send URL by Email
Scarica i file di estensione Send URL by Email in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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). Informazioni di Base sull'Estensione
| Nome | |
| ID | mekllbldjjejnkmomdclgkomcnlbddfj |
| URL Ufficiale | https://chromewebstore.google.com/detail/send-url-by-email/mekllbldjjejnkmomdclgkomcnlbddfj |
| Descrizione | Send URL by Email from Toolbar |
| Dimensione del File | 20.24 KB |
| Conteggio Installazioni | 2,000 |
| Versione Corrente | 2.0.0 |
| Ultimo Aggiornamento | 2024-02-26 |
| Data di Pubblicazione | 2016-04-04 |
| Valutazione | 3.14/5 Totale 7 Valutazioni |
| Sviluppatore | https://www.parago.de |
| [email protected] | |
| Tipo di Pagamento | free |
| Sito Web dell'Estensione | https://github.com/jbaurle/SendURLByEmail/ |
| URL della Pagina di Aiuto | https://github.com/jbaurle/SendURLByEmail/issues |
| URL della Pagina della Politica sulla Privacy | https://github.com/jbaurle/SendURLByEmail/blob/master/PrivacyPolicy.md |
| Lingue Supportate | 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__"
}
} | |