Social Sender

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

Vad är Social Sender?

Social Sender är en Chrome-tillägg utvecklad av Social Sender, och dess huvudfunktion är "This extension will send messages to businesses via multiple social sites, automatically.".

Tilläggsskärmbilder

screenshot

Ladda ner Social Sender-förlängningens CRX-fil

Ladda ner Social Sender-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

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

Grundläggande Information om Tillägg

Namn Social Sender Social Sender
ID bjcibhlfjplfokfbjncfcbldoofffcil
Officiell webbadress https://chromewebstore.google.com/detail/social-sender/bjcibhlfjplfokfbjncfcbldoofffcil
Beskrivning This extension will send messages to businesses via multiple social sites, automatically.
Filstorlek 17.78 MB
Antal Installationer 25
Aktuell Version 0.8.4
Senast Uppdaterad 2020-08-27
Publiceringsdatum 2020-03-10
Utvecklare Social Sender
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://www.socialsender.cc
URL till Sekretesspolicy Sidan http://www.socialsender.cc/privacypolicy
Stödda Språk 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
    }
}