Social Sender

This extension will send messages to businesses via multiple social sites, automatically.

ما هو Social Sender؟

Social Sender هو إضافة Chrome تم تطويرها بواسطة Social Sender، والميزة الرئيسية لها هي "This extension will send messages to businesses via multiple social sites, automatically.".

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

screenshot

تحميل ملف CRX للإضافة Social Sender

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

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

                        The Social Sender Chrome extension will allow you to message local businesses via multiple social media platforms automatically on a schedule.                    

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

الاسم Social Sender Social Sender
ID bjcibhlfjplfokfbjncfcbldoofffcil
عنوان URL الرسمي https://chromewebstore.google.com/detail/social-sender/bjcibhlfjplfokfbjncfcbldoofffcil
الوصف This extension will send messages to businesses via multiple social sites, automatically.
حجم الملف 17.78 MB
عدد التثبيتات 25
النسخة الحالية 0.8.4
آخر تحديث 2020-08-27
تاريخ النشر 2020-03-10
المطور Social Sender
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://www.socialsender.cc
عنوان صفحة سياسة الخصوصية http://www.socialsender.cc/privacypolicy
اللغات المدعومة en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Social Sender",
    "description": "This extension will send messages to businesses via multiple social sites, automatically.",
    "version": "0.8.4",
    "permissions": [
        "https:\/\/*.facebook.com\/",
        "https:\/\/*.instagram.com\/",
        "https:\/\/*.linkedin.com\/",
        "https:\/\/*.socialsender.cc\/",
        "tabs",
        "debugger",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icon_16.png",
            "32": "img\/icon_32.png",
            "48": "img\/icon_48.png",
            "128": "img\/icon_128.png"
        }
    },
    "background": {
        "scripts": [
            "jquery-3.4.1.min.js",
            "background.js"
        ],
        "persistent": true
    }
}