Social hub

Send messages to Social hub console

Apa itu Social hub?

Social hub adalah ekstensi Chrome yang dikembangkan oleh Axel Technology, dan fitur utamanya adalah "Send messages to Social hub console".

Screenshot Ekstensi

screenshot

Unduh Berkas CRX Ekstensi Social hub

Unduh file ekstensi Social hub dalam format crx, pasang ekstensi Chrome secara manual di peramban, atau bagikan file crx dengan teman untuk menginstal ekstensi Chrome dengan mudah.

Petunjuk Penggunaan Ekstensi

                        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.                    

Informasi Dasar Ekstensi

Nama Social hub Social hub
ID ilcedokeaoecefkdndkjpodieiamefdm
URL Resmi https://chromewebstore.google.com/detail/social-hub/ilcedokeaoecefkdndkjpodieiamefdm
Deskripsi Send messages to Social hub console
Ukuran File 208 KB
Jumlah Instalasi 581
Versi Saat Ini 5.1
Terakhir Diperbarui 2022-10-20
Tanggal Publikasi 2020-06-14
Penilaian 4.22/5 Total 9 Penilaian
Pengembang Axel Technology
Email [email protected]
Tipe Pembayaran free
Situs Ekstensi http://www.axeltechnology.com/
URL Halaman Bantuan https://www.axeltechnology.com/support/
URL Halaman Kebijakan Privasi https://www.axeltechnology.com/privacy-policy
Bahasa yang Didukung 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"
}