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
官方URL 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\/*"
    ]
}