Inlytics Publish
Draft and schedule LinkedIn posts.
ما هو Inlytics Publish؟
Inlytics Publish هو إضافة Chrome تم تطويرها بواسطة https://inlytics.io، والميزة الرئيسية لها هي "Draft and schedule LinkedIn posts.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Inlytics Publish
قم بتنزيل ملفات الامتداد Inlytics Publish بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Draft, Preview and Schedule Linkedin posts powered by a rich text editor.
معلومات أساسية عن التمديد
الاسم | |
ID | fckcmalnpnopeccbdcmdnejdlfigamai |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/inlytics-publish/fckcmalnpnopeccbdcmdnejdlfigamai |
الوصف | Draft and schedule LinkedIn posts. |
حجم الملف | 361 KB |
عدد التثبيتات | 112 |
النسخة الحالية | 0.0.8 |
آخر تحديث | 2023-11-13 |
تاريخ النشر | 2023-09-10 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://inlytics.io |
البريد الإلكتروني | [email protected] |
نوع الدفع | free |
موقع الإضافة | https://inlytics.io |
عنوان صفحة المساعدة | https://www.inlytics.io/help/overview |
عنوان صفحة سياسة الخصوصية | https://www.inlytics.io/privacy |
اللغات المدعومة | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "description": "Draft and schedule LinkedIn posts.", "version": "0.0.8", "manifest_version": 3, "name": "Inlytics Publish", "action": { "default_icon": "icon-32.png" }, "icons": { "32": "icon-32.png", "128": "icon-128.png" }, "content_scripts": [ { "matches": [ "*:\/\/*.linkedin.com\/*" ], "js": [ "contentScript.bundle.js" ], "css": [ "Content.css", "tailwind.css" ], "images": [ "icon-128.png", "icon-32.png" ] } ], "permissions": [ "storage", "https:\/\/*.linkedin.com\/*" ], "host_permissions": [ "*:\/\/*.linkedin.com\/*" ], "web_accessible_resources": [ { "resources": [ "icon-128.png", "icon-32.png", "tailwind.css", "Content.css" ], "matches": [ "*:\/\/*.linkedin.com\/*" ] } ] } |