EveryoneSocial

This extension streamlines the process of posting to Social Media using EveryoneSocial.

ما هو EveryoneSocial؟

EveryoneSocial هو إضافة Chrome تم تطويرها بواسطة EveryoneSocial، والميزة الرئيسية لها هي "This extension streamlines the process of posting to Social Media using EveryoneSocial.".

لقطات شاشة التمديد

screenshot

تحميل ملف CRX للإضافة EveryoneSocial

قم بتنزيل ملفات الامتداد EveryoneSocial بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        Adds a button to your toolbar that will open a new tab and begin the process of posting the active tab to EveryoneSocial                    

معلومات أساسية عن التمديد

الاسم EveryoneSocial EveryoneSocial
ID nlgekopeodgakhebiompfbdpfeoacnka
عنوان URL الرسمي https://chromewebstore.google.com/detail/everyonesocial/nlgekopeodgakhebiompfbdpfeoacnka
الوصف This extension streamlines the process of posting to Social Media using EveryoneSocial.
حجم الملف 11.6 KB
عدد التثبيتات 489
النسخة الحالية 1.0.5
آخر تحديث 2023-02-01
تاريخ النشر 2020-06-08
تقييم 1.67/5 مجموع تقييمات 3
المطور EveryoneSocial
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://everyonesocial.com
عنوان صفحة المساعدة https://everyonesocial.com/contact/
عنوان صفحة سياسة الخصوصية https://everyonesocial.com/privacy-policy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "EveryoneSocial",
    "version": "1.0.5",
    "description": "This extension streamlines the process of posting to Social Media using EveryoneSocial.",
    "homepage_url": "https:\/\/everyonesocial.com",
    "icons": {
        "16": "img\/icon-16.png",
        "48": "img\/icon-48.png",
        "128": "img\/icon-128.png"
    },
    "background": {
        "service_worker": "js\/background.js",
        "type": "module"
    },
    "action": {
        "default_icon": {
            "16": "img\/icon-16.png",
            "48": "img\/icon-48.png",
            "128": "img\/icon-128.png"
        },
        "default_title": "Click to share content"
    },
    "permissions": [
        "activeTab"
    ],
    "manifest_version": 3
}