Social hub

Send messages to Social hub console

ما هو Social hub؟

Social hub هو إضافة Chrome تم تطويرها بواسطة Axel Technology، والميزة الرئيسية لها هي "Send messages to Social hub console".

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

screenshot

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

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

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

                        Chrome extension for sending messages and users details from any website to the desktop application SocialHub. This application allows to send messages or texts from Chrome web page to Social Hub application. To use this application, you need to buy Social Hub on Axel Technology web site.                    

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

الاسم Social hub Social hub
ID ilcedokeaoecefkdndkjpodieiamefdm
عنوان URL الرسمي https://chromewebstore.google.com/detail/social-hub/ilcedokeaoecefkdndkjpodieiamefdm
الوصف Send messages to Social hub console
حجم الملف 208 KB
عدد التثبيتات 581
النسخة الحالية 5.1
آخر تحديث 2022-10-20
تاريخ النشر 2020-06-14
تقييم 4.22/5 مجموع تقييمات 9
المطور Axel Technology
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة http://www.axeltechnology.com/
عنوان صفحة المساعدة https://www.axeltechnology.com/support/
عنوان صفحة سياسة الخصوصية https://www.axeltechnology.com/privacy-policy
اللغات المدعومة en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Social hub",
    "description": "Send messages to Social hub console",
    "version": "5.1",
    "browser_action": {
        "name": "Social hub",
        "default_icon": "Axel.png"
    },
    "icons": {
        "48": "Axel.png",
        "128": "Axel.png"
    },
    "content_scripts": [
        {
            "js": [
                "jquery-1.12.3.min.js",
                "jquery.waituntilexists.min.js",
                "date.js",
                "background.js",
                "settings.js"
            ],
            "css": [
                "styles.css"
            ],
            "matches": [
                ""
            ]
        }
    ],
    "permissions": [
        "http:\/\/127.0.0.1:8090\/SocialHub\/REST\/",
        "storage"
    ],
    "background": {
        "scripts": [
            "eventPage.js"
        ],
        "persistent": false
    },
    "web_accessible_resources": [
        "styles.css",
        "AxelArrow.png",
        "SocialHubIcon.png"
    ],
    "options_page": "settings.html"
}