Send from Gmail - Share a Link Via Email

provides a button which allows you to send a webpage URL (link) via email.

什么是Send from Gmail - Share a Link Via Email?

Send from Gmail - Share a Link Via Email是由Social Analyzer开发的Chrome扩展程序,该扩展的主要功能是“provides a button which allows you to send a webpage URL (link) via email.”。

扩展截图

screenshot
screenshot

下载Send from Gmail - Share a Link Via Email扩展crx文件

下载Send from Gmail - Share a Link Via Email扩展crx格式的文件,手动将Chrome插件安装到浏览器中,也可以将crx文件分享给朋友,轻松安装Chrome插件。

扩展使用说明

                        It provides a button that will create a Gmail message when clicked, using the page title as the subject and selected page text and link address as the message. All you have to do is choose a mail recipient and click send.

features:
➔ provides a fast way to quickly send a link to the current website per email to somebody.
➔ works with local Mail clients and WebMail accounts like GMail, Hotmail, etc.
➔ create a new mail window on current page.

For setting the domain name of your "Google Apps for your domain" account, click Options.
options features:
➔ set the domain name of your google account
➔ set a prefix for the subject field when sending from Gmail

Note that if you use a local mail client a default Mail client must be registered on the computer.

this extension was made by third party developers and it is NOT made by Gmail Inc.                    

扩展基本信息

名称 Send from Gmail - Share a Link Via Email Send from Gmail - Share a Link Via Email
ID egefdkphhgpfilgcaejconjganlfehif
官方URL https://chromewebstore.google.com/detail/send-from-gmail-share-a-l/egefdkphhgpfilgcaejconjganlfehif
简介 provides a button which allows you to send a webpage URL (link) via email.
文件大小 2.09 MB
安装次数 3,000
当前版本 1.0.5
更新时间 2023-03-31
上架时间 2022-08-27
评分 4.93/5 共61次评分
开发者 Social Analyzer
电子邮箱 [email protected]
付费类型 free
隐私政策页面URL https://gmplus.io/gmplus-private-policy
支持的语言 en,en-GB,en-US,fr,tr,da,et,es,hr,lv,lt,pt-BR,pt-PT,sk,sl,cs,bg,ru,gu,zh-CN,ja
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 3,
    "name": "__MSG_name__",
    "version": "1.0.5",
    "default_locale": "en",
    "homepage_url": "https:\/\/gmplus.io?utm_source=gm_send",
    "description": "provides a button which allows you to send a webpage URL (link) via email.",
    "icons": {
        "128": "icons\/128.png"
    },
    "background": {
        "service_worker": "background.js"
    },
    "action": {
        "default_icon": "icons\/128.png",
        "default_title": "Send this link with Gmail"
    },
    "content_scripts": [
        {
            "js": [
                "content-script.js"
            ],
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ]
        }
    ],
    "options_ui": {
        "open_in_tab": true,
        "page": "options.html"
    },
    "permissions": [
        "scripting",
        "storage"
    ],
    "host_permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "http:\/\/*.google.com\/"
    ]
}