Send URL by Email
Send URL by Email from Toolbar
Qu'est-ce que Send URL by Email ?
Send URL by Email est une extension Chrome développée par https://www.parago.de, et sa fonction principale est "Send URL by Email from Toolbar".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Send URL by Email
Téléchargez les fichiers d'extension Send URL by Email au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
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).
Informations de Base sur l'Extension
Nom | Send URL by Email |
ID | mekllbldjjejnkmomdclgkomcnlbddfj |
URL Officiel | https://chromewebstore.google.com/detail/send-url-by-email/mekllbldjjejnkmomdclgkomcnlbddfj |
Description | Send URL by Email from Toolbar |
Taille du Fichier | 20.24 KB |
Nombre d'Installations | 2,000 |
Version Actuelle | 2.0.0 |
Dernière Mise à Jour | 2024-02-26 |
Date de Publication | 2016-04-04 |
Évaluation | 3.14/5 Total 7 Évaluations |
Développeur | https://www.parago.de |
[email protected] | |
Type de Paiement | free |
Site Web de l'Extension | https://github.com/jbaurle/SendURLByEmail/ |
URL de la Page d'Aide | https://github.com/jbaurle/SendURLByEmail/issues |
URL de la Page de Politique de Confidentialité | https://github.com/jbaurle/SendURLByEmail/blob/master/PrivacyPolicy.md |
Langues Prises en Charge | 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__" } } |