Send URL by Email
Send URL by Email from Toolbar
Wat is Send URL by Email?
Send URL by Email is een Chrome-extensie ontwikkeld door https://www.parago.de, en de belangrijkste functie is "Send URL by Email from Toolbar".
Extensie Screenshots
Download het CRX-bestand van de extensie Send URL by Email
Download Send URL by Email-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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).
Basisinformatie over de Extensie
Naam | Send URL by Email |
ID | mekllbldjjejnkmomdclgkomcnlbddfj |
Officiële URL | https://chromewebstore.google.com/detail/send-url-by-email/mekllbldjjejnkmomdclgkomcnlbddfj |
Beschrijving | Send URL by Email from Toolbar |
Bestandsgrootte | 20.24 KB |
Aantal Installaties | 2,000 |
Huidige Versie | 2.0.0 |
Laatst Bijgewerkt | 2024-02-26 |
Publicatiedatum | 2016-04-04 |
Beoordeling | 3.14/5 Totaal 7 Beoordelingen |
Ontwikkelaar | https://www.parago.de |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/jbaurle/SendURLByEmail/ |
Help Pagina-URL | https://github.com/jbaurle/SendURLByEmail/issues |
URL van de Privacybeleid Pagina | https://github.com/jbaurle/SendURLByEmail/blob/master/PrivacyPolicy.md |
Ondersteunde Talen | 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__" } } |