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