Clearview Social
Schedule shares through Clearview Social as you browse the web.
ما هو Clearview Social؟
Clearview Social هو إضافة Chrome تم تطويرها بواسطة https://clearviewsocial.com، والميزة الرئيسية لها هي "Schedule shares through Clearview Social as you browse the web.".
لقطات شاشة التمديد
تحميل ملف CRX للإضافة Clearview Social
قم بتنزيل ملفات الامتداد Clearview Social بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.
تعليمات استخدام التمديد
Please note: This app is intended for users that are already signed up by their organization to use Clearview Social. With the Clearview Social Chrome Extension, you can schedule articles to share through Clearview Social as you browse the web. You can also suggest articles to your Clearview administrator to add to future queues. If you are a Clearview Social administrator, you can add content to your queues that you send out to your professionals. Take your social media skills to the next level with Clearview Social!
معلومات أساسية عن التمديد
الاسم | Clearview Social |
ID | gnehaapmnkbccpgbejmemkagaglloloh |
عنوان URL الرسمي | https://chromewebstore.google.com/detail/clearview-social/gnehaapmnkbccpgbejmemkagaglloloh |
الوصف | Schedule shares through Clearview Social as you browse the web. |
حجم الملف | 237 KB |
عدد التثبيتات | 511 |
النسخة الحالية | 1.1.0 |
آخر تحديث | 2021-10-16 |
تاريخ النشر | 2020-12-12 |
تقييم | 5.00/5 مجموع تقييمات 1 |
المطور | https://clearviewsocial.com |
نوع الدفع | free |
موقع الإضافة | https://clearviewsocial.com |
عنوان صفحة المساعدة | http://help.clearviewsocial.com |
اللغات المدعومة | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Clearview Social", "version": "1.1.0", "description": "Schedule shares through Clearview Social as you browse the web.", "short_name": "Clearview Social", "permissions": [ "cookies", "tabs", "https:\/\/*.clearviewsocial.com\/" ], "content_security_policy": "script-src 'self' https:\/\/*.clearviewsocial.com 'unsafe-eval'; object-src 'self' https:\/\/*.clearviewsocial.com", "browser_action": { "default_title": "Clearview Social", "default_popup": "share.html", "default_icon": { "16": "icons\/cvs-16.png", "32": "icons\/cvs-32.png", "48": "icons\/cvs-48.png", "128": "icons\/cvs-128.png" } }, "icons": { "16": "icons\/cvs-16.png", "32": "icons\/cvs-32.png", "48": "icons\/cvs-48.png", "128": "icons\/cvs-128.png" } } |