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
官方URL 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"
}