Send URL by Email
Send URL by Email from Toolbar
Hvad er Send URL by Email?
Send URL by Email er en Chrome-udvidelse udviklet af https://www.parago.de, og dens hovedfunktion er "Send URL by Email from Toolbar".
Udvidelsesskærmbilleder
Download Send URL by Email-udvidelses-CRX-fil
Download Send URL by Email-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.
Brugsanvisning til Udvidelsen
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).
Grundlæggende oplysninger om udvidelsen
Navn | Send URL by Email |
ID | mekllbldjjejnkmomdclgkomcnlbddfj |
Officiel URL | https://chromewebstore.google.com/detail/send-url-by-email/mekllbldjjejnkmomdclgkomcnlbddfj |
Beskrivelse | Send URL by Email from Toolbar |
Filstørrelse | 20.24 KB |
Antal Installationer | 2,000 |
Nuværende Version | 2.0.0 |
Senest Opdateret | 2024-02-26 |
Udgivelsesdato | 2016-04-04 |
Bedømmelse | 3.14/5 Samlet 7 Bedømmelser |
Udvikler | https://www.parago.de |
[email protected] | |
Betalingsmetode | free |
Udvidelseswebsted | https://github.com/jbaurle/SendURLByEmail/ |
Hjælpeside-URL | https://github.com/jbaurle/SendURLByEmail/issues |
URL til Fortrolighedspolitik Side | https://github.com/jbaurle/SendURLByEmail/blob/master/PrivacyPolicy.md |
Understøttede Sprog | 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__" } } |