Letterhead
Curate posts and pages to your Letterhead account
Letterheadとは何ですか?
LetterheadはLetterheadによって開発されたChromeの拡張機能で、その主な機能は「Curate posts and pages to your Letterhead account」です。
拡張機能のスクリーンショット
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 |
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 |
Eメール | [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\/*" ] } |