Social Sender

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

Wat is Social Sender?

Social Sender is een Chrome-extensie ontwikkeld door Social Sender, en de belangrijkste functie is "This extension will send messages to businesses via multiple social sites, automatically.".

Extensie Screenshots

screenshot

Download het CRX-bestand van de extensie Social Sender

Download Social Sender-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.

Instructies voor het Gebruik van de Extensie

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

Basisinformatie over de Extensie

Naam Social Sender Social Sender
ID bjcibhlfjplfokfbjncfcbldoofffcil
Officiële URL https://chromewebstore.google.com/detail/social-sender/bjcibhlfjplfokfbjncfcbldoofffcil
Beschrijving This extension will send messages to businesses via multiple social sites, automatically.
Bestandsgrootte 17.78 MB
Aantal Installaties 25
Huidige Versie 0.8.4
Laatst Bijgewerkt 2020-08-27
Publicatiedatum 2020-03-10
Ontwikkelaar Social Sender
E-mail [email protected]
Betalingswijze free
Extensiewebsite https://www.socialsender.cc
URL van de Privacybeleid Pagina http://www.socialsender.cc/privacypolicy
Ondersteunde Talen 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
    }
}