Social hub

Send messages to Social hub console

Vad är Social hub?

Social hub är en Chrome-tillägg utvecklad av Axel Technology, och dess huvudfunktion är "Send messages to Social hub console".

Tilläggsskärmbilder

screenshot

Ladda ner Social hub-förlängningens CRX-fil

Ladda ner Social hub-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn Social hub Social hub
ID ilcedokeaoecefkdndkjpodieiamefdm
Officiell webbadress https://chromewebstore.google.com/detail/social-hub/ilcedokeaoecefkdndkjpodieiamefdm
Beskrivning Send messages to Social hub console
Filstorlek 208 KB
Antal Installationer 581
Aktuell Version 5.1
Senast Uppdaterad 2022-10-20
Publiceringsdatum 2020-06-14
Betyg 4.22/5 Totalt 9 Betyg
Utvecklare Axel Technology
E-post [email protected]
Betalningssätt free
Tilläggswebbplats http://www.axeltechnology.com/
Hjälpsida URL https://www.axeltechnology.com/support/
URL till Sekretesspolicy Sidan https://www.axeltechnology.com/privacy-policy
Stödda Språk 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"
}