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
Eメール [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"
}