Social hub

Send messages to Social hub console

Cos'è Social hub?

Social hub è un'estensione di Chrome sviluppata da Axel Technology, e la sua funzione principale è "Send messages to Social hub console".

Screenshot dell'Estensione

screenshot

Scarica il file CRX dell'estensione Social hub

Scarica i file di estensione Social hub in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.

Istruzioni per l'Uso dell'Estensione

                        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.                    

Informazioni di Base sull'Estensione

Nome Social hub Social hub
ID ilcedokeaoecefkdndkjpodieiamefdm
URL Ufficiale https://chromewebstore.google.com/detail/social-hub/ilcedokeaoecefkdndkjpodieiamefdm
Descrizione Send messages to Social hub console
Dimensione del File 208 KB
Conteggio Installazioni 581
Versione Corrente 5.1
Ultimo Aggiornamento 2022-10-20
Data di Pubblicazione 2020-06-14
Valutazione 4.22/5 Totale 9 Valutazioni
Sviluppatore Axel Technology
Email [email protected]
Tipo di Pagamento free
Sito Web dell'Estensione http://www.axeltechnology.com/
URL della Pagina di Aiuto https://www.axeltechnology.com/support/
URL della Pagina della Politica sulla Privacy https://www.axeltechnology.com/privacy-policy
Lingue Supportate 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"
}