Letterhead

Curate posts and pages to your Letterhead account

Что такое Letterhead?

Letterhead - это расширение Chrome, разработанное Letterhead, и его основная функция - "Curate posts and pages to your Letterhead account".

Снимки экрана расширения

screenshot

Скачать файл CRX расширения Letterhead

Скачайте файлы расширений 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\/*"
    ]
}