Social Sender
This extension will send messages to businesses via multiple social sites, automatically.
What is Social Sender?
Social Sender is a Chrome extension developed by Social Sender, and its main feature is "This extension will send messages to businesses via multiple social sites, automatically.".
Extension Screenshots
Download Social Sender Extension CRX File
Download Social Sender extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
The Social Sender Chrome extension will allow you to message local businesses via multiple social media platforms automatically on a schedule.
Extension Basic Information
Name | |
ID | bjcibhlfjplfokfbjncfcbldoofffcil |
Official URL | https://chromewebstore.google.com/detail/social-sender/bjcibhlfjplfokfbjncfcbldoofffcil |
Description | This extension will send messages to businesses via multiple social sites, automatically. |
File Size | 17.78 MB |
Installation Count | 25 |
Current Version | 0.8.4 |
Last Updated | 2020-08-27 |
Publish Date | 2020-03-10 |
Developer | Social Sender |
[email protected] | |
Payment Type | free |
Extension Website | https://www.socialsender.cc |
Privacy Policy Page URL | http://www.socialsender.cc/privacypolicy |
Supported Languages | 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 } } |