SocialBee

SocialBee puts your Social Media on Autopilot. Organize your content in categories and save lots of time in the meanwhile.

SocialBeeคืออะไร?

SocialBee เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://socialbee.io และคุณลักษณะหลักของมันคือ "SocialBee puts your Social Media on Autopilot. Organize your content in categories and save lots of time in the meanwhile."

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

screenshot
screenshot
screenshot
screenshot

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

ดาวน์โหลดไฟล์ส่วนขยาย SocialBee ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Bring your SocialBee account anywhere with you and enjoy the full strength of SocialBee's post editor directly in your browser, save any link you want, and add it to any of your content category.

Curate articles, add captions, schedule it to your desired posts, and then sit back! Your posts will be shared and your content will safely stay in your SocialBee account.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ SocialBee SocialBee
ID geloalmhkebhlgbdfaipnoonmolahpki
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/socialbee/geloalmhkebhlgbdfaipnoonmolahpki
คำอธิบาย SocialBee puts your Social Media on Autopilot. Organize your content in categories and save lots of time in the meanwhile.
ขนาดไฟล์ 361 KB
จำนวนการติดตั้ง 4,932
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2022-08-02
วันที่เผยแพร่ 2018-07-06
คะแนน 4.50/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา https://socialbee.io
อีเมล [email protected]
ประเภทการชำระเงิน free
URL หน้านโยบายความเป็นส่วนตัว https://socialbee.io/privacy-policy
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "SocialBee",
    "short_name": "SBee",
    "description": "SocialBee puts your Social Media on Autopilot. Organize your content in categories and save lots of time in the meanwhile.",
    "homepage_url": "https:\/\/socialbee.io\/",
    "version": "1.0.4",
    "manifest_version": 2,
    "browser_action": {
        "default_icon": {
            "19": "logo_icon_19.png",
            "38": "logo_icon_38.png"
        },
        "default_title": "Save to SocialBee"
    },
    "background": {
        "scripts": [
            "data\/shared\/libs\/jquery-3.4.1.min.js",
            "data\/chrome\/socialbee-chrome-port-wrapper.js",
            "data\/main.js"
        ]
    },
    "permissions": [
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "contextMenus"
    ],
    "web_accessible_resources": [
        "manifest.json",
        "data\/shared\/img\/*",
        "data\/shared\/tpc-check.html",
        "data\/shared\/socialbee-frame-container.html",
        "data\/shared\/socialbee-frame-container.js"
    ],
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "css": [
                "data\/shared\/socialbee-overlay.css"
            ],
            "js": [
                "data\/chrome\/socialbee-chrome-port-wrapper.js",
                "data\/chrome\/socialbee-chrome-data-wrapper.js",
                "data\/chrome\/socialbee-chrome-embed.js",
                "data\/shared\/libs\/jquery-3.4.1.min.js",
                "data\/shared\/libs\/postmessage.js",
                "data\/shared\/libs\/keymaster.js",
                "data\/shared\/libs\/he.js",
                "data\/shared\/socialbee-overlay.js",
                "data\/shared\/embeds\/socialbee-scraper.js",
                "data\/shared\/embeds\/socialbee-hotkey.js",
                "data\/shared\/embeds\/socialbee-tpc-check.js",
                "data\/chrome\/socialbee-chrome.js"
            ]
        }
    ],
    "icons": {
        "16": "logo_icon_small.png",
        "48": "logo_icon_large.png",
        "128": "logo_icon_128.png"
    }
}