Social hub

Send messages to Social hub console

What is Social hub?

Social hub is a Chrome extension developed by Axel Technology, and its main feature is "Send messages to Social hub console".

Extension Screenshots

screenshot

Download Social hub Extension CRX File

Download Social hub extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name Social hub Social hub
ID ilcedokeaoecefkdndkjpodieiamefdm
Official URL https://chromewebstore.google.com/detail/social-hub/ilcedokeaoecefkdndkjpodieiamefdm
Description Send messages to Social hub console
File Size 208 KB
Installation Count 581
Current Version 5.1
Last Updated 2022-10-20
Publish Date 2020-06-14
Rating 4.22/5 Total 9 Ratings
Developer Axel Technology
Email [email protected]
Payment Type free
Extension Website http://www.axeltechnology.com/
Help Page URL https://www.axeltechnology.com/support/
Privacy Policy Page URL https://www.axeltechnology.com/privacy-policy
Supported Languages 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"
}