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 파일 다운로드

크롬 확장 프로그램을 crx 형식으로 다운로드하여 브라우저에 수동으로 설치하거나 crx 파일을 친구들과 공유하여 쉽게 크롬 확장 프로그램을 설치하세요.

확장 프로그램 사용 설명서

                        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"
}