Letterhead

Curate posts and pages to your Letterhead account

什麼是Letterhead?

Letterhead是由Letterhead開發的Chrome擴展程式,該擴展的主要功能是“Curate posts and pages to your Letterhead account”。

擴展截圖

screenshot

下載Letterhead擴展crx文件

下載Letterhead擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Letterhead Letterhead
ID jpgjckpdocbdpancpjbhegnophplknib
官方網址 https://chromewebstore.google.com/detail/letterhead/jpgjckpdocbdpancpjbhegnophplknib
簡介 Curate posts and pages to your Letterhead account
檔案大小 5.76 MB
安裝次數 98
目前版本 0.4.0
更新時間 2023-11-13
上架時間 2023-01-01
評分 5.00/5 共 3 次評分
開發者 Letterhead
電子郵箱 [email protected]
付費類型 free
擴展官網 https://tryletterhead.com
說明頁面URL https://help.tryletterhead.com/
隱私政策頁面URL https://app.termly.io/document/privacy-policy/d3199b44-0066-47a6-86dc-26699be689cc
支援的語言 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\/*"
    ]
}