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 파일 다운로드

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

확장 프로그램 사용 설명서

                        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
이메일 [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
    }
}