Social hub

Send messages to Social hub console

什麼是Social hub?

Social hub是由Axel Technology開發的Chrome擴展程式,該擴展的主要功能是“Send messages to Social hub console”。

擴展截圖

screenshot

下載Social hub擴展crx文件

下載Social hub擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。

擴展使用說明

                        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.                    

擴展基本資訊

名稱 Social hub Social hub
ID ilcedokeaoecefkdndkjpodieiamefdm
官方網址 https://chromewebstore.google.com/detail/social-hub/ilcedokeaoecefkdndkjpodieiamefdm
簡介 Send messages to Social hub console
檔案大小 208 KB
安裝次數 581
目前版本 5.1
更新時間 2022-10-20
上架時間 2020-06-14
評分 4.22/5 共 9 次評分
開發者 Axel Technology
電子郵箱 [email protected]
付費類型 free
擴展官網 http://www.axeltechnology.com/
說明頁面URL https://www.axeltechnology.com/support/
隱私政策頁面URL https://www.axeltechnology.com/privacy-policy
支援的語言 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"
}