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ファイルをダウンロード

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
Eメール [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\/*"
    ]
}