Social hub

Send messages to Social hub console

Wat is Social hub?

Social hub is een Chrome-extensie ontwikkeld door Axel Technology, en de belangrijkste functie is "Send messages to Social hub console".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Social hub

Download Social hub-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

                        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.                    

Basisinformatie over de Extensie

Naam Social hub Social hub
ID ilcedokeaoecefkdndkjpodieiamefdm
Officiële URL https://chromewebstore.google.com/detail/social-hub/ilcedokeaoecefkdndkjpodieiamefdm
Beschrijving Send messages to Social hub console
Bestandsgrootte 208 KB
Aantal Installaties 581
Huidige Versie 5.1
Laatst Bijgewerkt 2022-10-20
Publicatiedatum 2020-06-14
Beoordeling 4.22/5 Totaal 9 Beoordelingen
Ontwikkelaar Axel Technology
E-mail [email protected]
Betalingswijze free
Extensiewebsite http://www.axeltechnology.com/
Help Pagina-URL https://www.axeltechnology.com/support/
URL van de Privacybeleid Pagina https://www.axeltechnology.com/privacy-policy
Ondersteunde Talen 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"
}