Social hub

Send messages to Social hub console

Hvad er Social hub?

Social hub er en Chrome-udvidelse udviklet af Axel Technology, og dens hovedfunktion er "Send messages to Social hub console".

Udvidelsesskærmbilleder

screenshot

Download Social hub-udvidelses-CRX-fil

Download Social hub-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn Social hub Social hub
ID ilcedokeaoecefkdndkjpodieiamefdm
Officiel URL https://chromewebstore.google.com/detail/social-hub/ilcedokeaoecefkdndkjpodieiamefdm
Beskrivelse Send messages to Social hub console
Filstørrelse 208 KB
Antal Installationer 581
Nuværende Version 5.1
Senest Opdateret 2022-10-20
Udgivelsesdato 2020-06-14
Bedømmelse 4.22/5 Samlet 9 Bedømmelser
Udvikler Axel Technology
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted http://www.axeltechnology.com/
Hjælpeside-URL https://www.axeltechnology.com/support/
URL til Fortrolighedspolitik Side https://www.axeltechnology.com/privacy-policy
Understøttede Sprog 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"
}