Send URL by Email

Send URL by Email from Toolbar

Apa itu Send URL by Email?

Send URL by Email adalah ekstensi Chrome yang dikembangkan oleh https://www.parago.de, dan fitur utamanya adalah "Send URL by Email from Toolbar".

Screenshot Ekstensi

screenshot
screenshot

Unduh Berkas CRX Ekstensi Send URL by Email

Unduh file ekstensi Send URL by Email dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

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

Informasi Dasar Ekstensi

Nama Send URL by Email Send URL by Email
ID mekllbldjjejnkmomdclgkomcnlbddfj
URL Resmi https://chromewebstore.google.com/detail/send-url-by-email/mekllbldjjejnkmomdclgkomcnlbddfj
Deskripsi Send URL by Email from Toolbar
Ukuran File 20.24 KB
Jumlah Instalasi 2,000
Versi Saat Ini 2.0.0
Terakhir Diperbarui 2024-02-26
Tanggal Publikasi 2016-04-04
Penilaian 3.14/5 Total 7 Penilaian
Pengembang https://www.parago.de
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://github.com/jbaurle/SendURLByEmail/
URL Halaman Bantuan https://github.com/jbaurle/SendURLByEmail/issues
URL Halaman Kebijakan Privasi https://github.com/jbaurle/SendURLByEmail/blob/master/PrivacyPolicy.md
Bahasa yang Didukung 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__"
    }
}