Letterhead

Curate posts and pages to your Letterhead account

Letterhead là gì?

Letterhead là một tiện ích mở rộng Chrome được phát triển bởi Letterhead, và tính năng chính của nó là "Curate posts and pages to your Letterhead account".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Letterhead

Tải xuống các tệp mở rộng Letterhead dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

                        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.                    

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Letterhead Letterhead
ID jpgjckpdocbdpancpjbhegnophplknib
URL Chính Thức https://chromewebstore.google.com/detail/letterhead/jpgjckpdocbdpancpjbhegnophplknib
Mô tả Curate posts and pages to your Letterhead account
Kích Thước Tệp 5.76 MB
Số Lần Cài Đặt 98
Phiên Bản Hiện Tại 0.4.0
Cập Nhật Lần Cuối 2023-11-13
Ngày Phát Hành 2023-01-01
Đánh Giá 5.00/5 Tổng số 3 Đánh Giá
Nhà Phát Triển Letterhead
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://tryletterhead.com
URL Trang Trợ Giúp https://help.tryletterhead.com/
URL Trang Chính Sách Bảo Mật https://app.termly.io/document/privacy-policy/d3199b44-0066-47a6-86dc-26699be689cc
Ngôn Ngữ Được Hỗ Trợ 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\/*"
    ]
}