Letterhead

Curate posts and pages to your Letterhead account

Apa itu Letterhead?

Letterhead adalah ekstensi Chrome yang dikembangkan oleh Letterhead, dan fitur utamanya adalah "Curate posts and pages to your Letterhead account".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Letterhead

Unduh file ekstensi Letterhead 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

                        Letterhead helps you create and send your newsletters by making it easier to curate content from around the web and run promotions in your emails.                    

Informasi Dasar Ekstensi

Nama Letterhead Letterhead
ID jpgjckpdocbdpancpjbhegnophplknib
URL Resmi https://chromewebstore.google.com/detail/letterhead/jpgjckpdocbdpancpjbhegnophplknib
Deskripsi Curate posts and pages to your Letterhead account
Ukuran File 5.76 MB
Jumlah Instalasi 98
Versi Saat Ini 0.4.0
Terakhir Diperbarui 2023-11-13
Tanggal Publikasi 2023-01-01
Penilaian 5.00/5 Total 3 Penilaian
Pengembang Letterhead
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi https://tryletterhead.com
URL Halaman Bantuan https://help.tryletterhead.com/
URL Halaman Kebijakan Privasi https://app.termly.io/document/privacy-policy/d3199b44-0066-47a6-86dc-26699be689cc
Bahasa yang Didukung en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Letterhead",
    "version": "0.4.0",
    "description": "Curate posts and pages to your Letterhead account",
    "manifest_version": 3,
    "action": {
        "default_popup": "popup.html",
        "default_title": "Letterhead for Chrome"
    },
    "background": {
        "service_worker": "service-worker.js"
    },
    "icons": {
        "16": "assets\/images\/icon16.png",
        "48": "assets\/images\/icon48.png",
        "128": "assets\/images\/icon128.png"
    },
    "permissions": [
        "activeTab",
        "identity",
        "clipboardWrite",
        "storage",
        "tabs"
    ],
    "host_permissions": [
        "https:\/\/*.auth0.com\/*",
        "https:\/\/*.api.tryletterhead.com\/*"
    ]
}