Letterhead

Curate posts and pages to your Letterhead account

Cos'è Letterhead?

Letterhead è un'estensione di Chrome sviluppata da Letterhead, e la sua funzione principale è "Curate posts and pages to your Letterhead account".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Letterhead

Scarica i file di estensione Letterhead in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Letterhead Letterhead
ID jpgjckpdocbdpancpjbhegnophplknib
URL Ufficiale https://chromewebstore.google.com/detail/letterhead/jpgjckpdocbdpancpjbhegnophplknib
Descrizione Curate posts and pages to your Letterhead account
Dimensione del File 5.76 MB
Conteggio Installazioni 98
Versione Corrente 0.4.0
Ultimo Aggiornamento 2023-11-13
Data di Pubblicazione 2023-01-01
Valutazione 5.00/5 Totale 3 Valutazioni
Sviluppatore Letterhead
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione https://tryletterhead.com
URL della Pagina di Aiuto https://help.tryletterhead.com/
URL della Pagina della Politica sulla Privacy https://app.termly.io/document/privacy-policy/d3199b44-0066-47a6-86dc-26699be689cc
Lingue Supportate 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\/*"
    ]
}