Social3 Post Scheduler Plugin

Post to social networks by Social3

Social3 Post Scheduler Plugin란 무엇입니까?

Social3 Post Scheduler Plugin은(는) Social3에 의해 개발된 Chrome 확장 프로그램으로, 주요 기능은 "Post to social networks by Social3"입니다.

확장 프로그램 스크린샷

screenshot
screenshot
screenshot
screenshot
screenshot

Social3 Post Scheduler Plugin 확장 프로그램 CRX 파일 다운로드

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

확장 프로그램 사용 설명서

                        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\/*"
    ]
}