Send URL by Email

Send URL by Email from Toolbar

Send URL by Email là gì?

Send URL by Email là một tiện ích mở rộng Chrome được phát triển bởi https://www.parago.de, và tính năng chính của nó là "Send URL by Email from Toolbar".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot
screenshot

Tải xuống tệp CRX của tiện ích mở rộng Send URL by Email

Tải xuống các tệp mở rộng Send URL by Email dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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).                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Send URL by Email Send URL by Email
ID mekllbldjjejnkmomdclgkomcnlbddfj
URL Chính Thức https://chromewebstore.google.com/detail/send-url-by-email/mekllbldjjejnkmomdclgkomcnlbddfj
Mô tả Send URL by Email from Toolbar
Kích Thước Tệp 20.24 KB
Số Lần Cài Đặt 2,000
Phiên Bản Hiện Tại 2.0.0
Cập Nhật Lần Cuối 2024-02-26
Ngày Phát Hành 2016-04-04
Đánh Giá 3.14/5 Tổng số 7 Đánh Giá
Nhà Phát Triển https://www.parago.de
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://github.com/jbaurle/SendURLByEmail/
URL Trang Trợ Giúp https://github.com/jbaurle/SendURLByEmail/issues
URL Trang Chính Sách Bảo Mật https://github.com/jbaurle/SendURLByEmail/blob/master/PrivacyPolicy.md
Ngôn Ngữ Được Hỗ Trợ 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__"
    }
}