Send URL by Email
Send URL by Email from Toolbar
Vad är Send URL by Email?
Send URL by Email är en Chrome-tillägg utvecklad av https://www.parago.de, och dess huvudfunktion är "Send URL by Email from Toolbar".
Tilläggsskärmbilder
Ladda ner Send URL by Email-förlängningens CRX-fil
Ladda ner Send URL by Email-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.
Användarmanual för Tillägg
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äggande Information om Tillägg
Namn | Send URL by Email |
ID | mekllbldjjejnkmomdclgkomcnlbddfj |
Officiell webbadress | https://chromewebstore.google.com/detail/send-url-by-email/mekllbldjjejnkmomdclgkomcnlbddfj |
Beskrivning | Send URL by Email from Toolbar |
Filstorlek | 20.24 KB |
Antal Installationer | 2,000 |
Aktuell Version | 2.0.0 |
Senast Uppdaterad | 2024-02-26 |
Publiceringsdatum | 2016-04-04 |
Betyg | 3.14/5 Totalt 7 Betyg |
Utvecklare | https://www.parago.de |
E-post | [email protected] |
Betalningssätt | free |
Tilläggswebbplats | https://github.com/jbaurle/SendURLByEmail/ |
Hjälpsida URL | https://github.com/jbaurle/SendURLByEmail/issues |
URL till Sekretesspolicy Sidan | https://github.com/jbaurle/SendURLByEmail/blob/master/PrivacyPolicy.md |
Stödda Språk | 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__" } } |