Send URL by Email
Send URL by Email from Toolbar
O que é Send URL by Email?
Send URL by Email é uma extensão do Chrome desenvolvida por https://www.parago.de, e sua principal característica é "Send URL by Email from Toolbar".
Capturas de Tela da Extensão
Baixar o arquivo CRX da Extensão Send URL by Email
Baixe arquivos de extensão Send URL by Email no formato crx, instale manualmente as extensões do Chrome no navegador ou compartilhe os arquivos crx com amigos para instalar facilmente as extensões do Chrome.
Instruções de Uso da Extensão
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).
Informações Básicas da Extensão
Nome | Send URL by Email |
ID | mekllbldjjejnkmomdclgkomcnlbddfj |
URL Oficial | https://chromewebstore.google.com/detail/send-url-by-email/mekllbldjjejnkmomdclgkomcnlbddfj |
Descrição | Send URL by Email from Toolbar |
Tamanho do Arquivo | 20.24 KB |
Contagem de Instalações | 2,000 |
Versão Atual | 2.0.0 |
Última Atualização | 2024-02-26 |
Data de Publicação | 2016-04-04 |
Classificação | 3.14/5 Total de 7 Avaliações |
Desenvolvedor | https://www.parago.de |
[email protected] | |
Tipo de Pagamento | free |
Site da Extensão | https://github.com/jbaurle/SendURLByEmail/ |
URL da Página de Ajuda | https://github.com/jbaurle/SendURLByEmail/issues |
URL da Página de Política de Privacidade | https://github.com/jbaurle/SendURLByEmail/blob/master/PrivacyPolicy.md |
Idiomas Suportados | 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__" } } |