Social Sender
This extension will send messages to businesses via multiple social sites, automatically.
Что такое Social Sender?
Social Sender - это расширение Chrome, разработанное Social Sender, и его основная функция - "This extension will send messages to businesses via multiple social sites, automatically.".
Снимки экрана расширения
Скачать файл CRX расширения Social Sender
Скачайте файлы расширений 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.
Основная информация о расширении
Название | |
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 } } |