Social Sender

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

Social Sender là gì?

Social Sender là một tiện ích mở rộng Chrome được phát triển bởi Social Sender, và tính năng chính của nó là "This extension will send messages to businesses via multiple social sites, automatically.".

Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng

screenshot

Tải xuống tệp CRX của tiện ích mở rộng Social Sender

Tải xuống các tệp mở rộng Social Sender dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.

Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng

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

Thông Tin Cơ Bản về Tiện Ích Mở Rộng

Tên Social Sender Social Sender
ID bjcibhlfjplfokfbjncfcbldoofffcil
URL Chính Thức https://chromewebstore.google.com/detail/social-sender/bjcibhlfjplfokfbjncfcbldoofffcil
Mô tả This extension will send messages to businesses via multiple social sites, automatically.
Kích Thước Tệp 17.78 MB
Số Lần Cài Đặt 25
Phiên Bản Hiện Tại 0.8.4
Cập Nhật Lần Cuối 2020-08-27
Ngày Phát Hành 2020-03-10
Nhà Phát Triển Social Sender
Email [email protected]
Loại Thanh Toán free
Trang Web Mở Rộng https://www.socialsender.cc
URL Trang Chính Sách Bảo Mật http://www.socialsender.cc/privacypolicy
Ngôn Ngữ Được Hỗ Trợ 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
    }
}