Letterhead
Curate posts and pages to your Letterhead account
ما هو Letterhead؟
Letterhead هو إضافة Chrome تم تطويرها بواسطة Letterhead، والميزة الرئيسية لها هي "Curate posts and pages to your Letterhead account".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Letterhead
قم بتنزيل ملفات الامتداد Letterhead بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
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 |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://tryletterhead.com |
عنوان صفحة المساعدة | https://help.tryletterhead.com/ |
عنوان صفحة سياسة الخصوصية | 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\/*" ] } |