Social Sender
This extension will send messages to businesses via multiple social sites, automatically.
Co to jest Social Sender?
Social Sender to rozszerzenie Chrome opracowane przez Social Sender, a jego główną funkcją jest „This extension will send messages to businesses via multiple social sites, automatically.”.
Zrzuty ekranu rozszerzenia
Pobierz plik CRX rozszerzenia Social Sender
Pobierz pliki rozszerzeń Social Sender w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.
Instrukcja Użytkowania Rozszerzenia
The Social Sender Chrome extension will allow you to message local businesses via multiple social media platforms automatically on a schedule.
Podstawowe informacje o rozszerzeniu
Nazwa | |
ID | bjcibhlfjplfokfbjncfcbldoofffcil |
Oficjalny URL | https://chromewebstore.google.com/detail/social-sender/bjcibhlfjplfokfbjncfcbldoofffcil |
Opis | This extension will send messages to businesses via multiple social sites, automatically. |
Rozmiar pliku | 17.78 MB |
Liczba instalacji | 25 |
Aktualna Wersja | 0.8.4 |
Ostatnia Aktualizacja | 2020-08-27 |
Data Publikacji | 2020-03-10 |
Deweloper | Social Sender |
[email protected] | |
Typ Płatności | free |
Strona Rozszerzenia | https://www.socialsender.cc |
Adres URL Strony Polityki Prywatności | http://www.socialsender.cc/privacypolicy |
Obsługiwane Języki | 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 } } |