Social hub

Send messages to Social hub console

Social hubคืออะไร?

Social hub เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Axel Technology และคุณลักษณะหลักของมันคือ "Send messages to Social hub console"

ภาพหน้าจอของส่วนขยาย

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Social hub

ดาวน์โหลดไฟล์ส่วนขยาย 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"
}