Social3 Post Scheduler Plugin

Post to social networks by Social3

Social3 Post Scheduler Pluginคืออะไร?

Social3 Post Scheduler Plugin เป็นส่วนขยายของ Chrome ที่พัฒนาโดย Social3 และคุณลักษณะหลักของมันคือ "Post to social networks by Social3"

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

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Social3 Post Scheduler Plugin

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

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

                        The Social3 Post Scheduler chrome extension allows you to easily schedule & share posts as an individual or across your organization.  For FREE.  No catch                    

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

ชื่อ Social3 Post Scheduler Plugin Social3 Post Scheduler Plugin
ID aoifliafobcadkaladkbbobhgdnceajc
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/social3-post-scheduler-pl/aoifliafobcadkaladkbbobhgdnceajc
คำอธิบาย Post to social networks by Social3
ขนาดไฟล์ 103 KB
จำนวนการติดตั้ง 19
เวอร์ชันปัจจุบัน 1.0.2
อัปเดตครั้งล่าสุด 2018-08-07
วันที่เผยแพร่ 2018-08-07
ผู้พัฒนา Social3
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://social3.io
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Social3 Post Scheduler Plugin",
    "description": "Post to social networks by Social3",
    "version": "1.0.2",
    "browser_action": {
        "default_icon": {
            "16": "data\/shared\/img\/s3_logo.png",
            "32": "data\/shared\/img\/[email protected]",
            "48": "data\/shared\/img\/[email protected]"
        },
        "default_title": "Social3 Post Scheduler Plugin"
    },
    "background": {
        "scripts": [
            "data\/shared\/js\/s3-port-wrapper.js",
            "s3-main.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/*",
                "https:\/\/*\/*"
            ],
            "js": [
                "data\/shared\/js\/s3-close-wrapper.js",
                "data\/shared\/js\/s3-port-wrapper.js",
                "data\/shared\/js\/s3-iframe.js",
                "data\/shared\/js\/s3-chrome.js",
                "data\/shared\/js\/s3-chrome-data-wrapper.js",
                "data\/shared\/js\/s3-common.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "activeTab",
        "tabs",
        "http:\/\/*\/*",
        "https:\/\/*\/*"
    ],
    "icons": {
        "16": "data\/shared\/img\/s3_logo.png",
        "48": "data\/shared\/img\/[email protected]",
        "128": "data\/shared\/img\/icon128.png"
    },
    "web_accessible_resources": [
        "manifest.json",
        "data\/shared\/img\/*",
        "data\/shared\/s3-frame-container.html",
        "data\/shared\/js\/*"
    ]
}