Social Sender

This extension will send messages to businesses via multiple social sites, automatically.

Social Senderとは何ですか?

Social SenderはSocial Senderによって開発されたChromeの拡張機能で、その主な機能は「This extension will send messages to businesses via multiple social sites, automatically.」です。

拡張機能のスクリーンショット

screenshot

Social Sender拡張機能のCRXファイルをダウンロード

Social Sender拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。

拡張機能の使用方法

                        The Social Sender Chrome extension will allow you to message local businesses via multiple social media platforms automatically on a schedule.                    

拡張機能の基本情報

名前 Social Sender Social Sender
ID bjcibhlfjplfokfbjncfcbldoofffcil
公式URL https://chromewebstore.google.com/detail/social-sender/bjcibhlfjplfokfbjncfcbldoofffcil
説明 This extension will send messages to businesses via multiple social sites, automatically.
ファイルサイズ 17.78 MB
インストール数 25
現在のバージョン 0.8.4
最終更新日 2020-08-27
公開日 2020-03-10
開発者 Social Sender
Eメール [email protected]
支払い方法 free
拡張機能のウェブサイト https://www.socialsender.cc
プライバシーポリシーページのURL http://www.socialsender.cc/privacypolicy
対応言語 en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "Social Sender",
    "description": "This extension will send messages to businesses via multiple social sites, automatically.",
    "version": "0.8.4",
    "permissions": [
        "https:\/\/*.facebook.com\/",
        "https:\/\/*.instagram.com\/",
        "https:\/\/*.linkedin.com\/",
        "https:\/\/*.socialsender.cc\/",
        "tabs",
        "debugger",
        "storage"
    ],
    "content_security_policy": "script-src 'self' https:\/\/ssl.google-analytics.com; object-src 'self'",
    "icons": {
        "16": "img\/icon_16.png",
        "32": "img\/icon_32.png",
        "48": "img\/icon_48.png",
        "128": "img\/icon_128.png"
    },
    "browser_action": {
        "default_popup": "popup.html",
        "default_icon": {
            "16": "img\/icon_16.png",
            "32": "img\/icon_32.png",
            "48": "img\/icon_48.png",
            "128": "img\/icon_128.png"
        }
    },
    "background": {
        "scripts": [
            "jquery-3.4.1.min.js",
            "background.js"
        ],
        "persistent": true
    }
}