Socialdraft

A socialmedia calendar

Was ist Socialdraft?

Socialdraft ist eine Chrome-Erweiterung, die von http://socialdraft.com entwickelt wurde, und ihr Hauptmerkmal ist "A socialmedia calendar".

Erweiterungsscreenshots

screenshot
screenshot

Socialdraft-Erweiterungs-CRX-Datei herunterladen

Laden Sie Socialdraft-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.

Anleitung zur Verwendung der Erweiterung

                        Instantly Schedule and Share posts, links, and photos directly from your browser.  Socialdraft is quick and easy calendar for team to manage their social media on Facebook, Instagram, Twitter, LinkedIn, and Pinterest.                    

Grundlegende Informationen zur Erweiterung

Name Socialdraft Socialdraft
ID aideefonmnfchccpacmlnalapnphbpoa
Offizielle URL https://chrome.google.com/webstore/detail/socialdraft/aideefonmnfchccpacmlnalapnphbpoa
Beschreibung A socialmedia calendar
Dateigröße 224 KB
Installationsanzahl 13
Aktuelle Version 1.4
Letztes Update 2018-01-31
Veröffentlichungsdatum 2018-01-31
Bewertung 5.00/5 Insgesamt 8 Bewertungen
Entwickler http://socialdraft.com
Zahlungsart free
Erweiterungswebsite http://socialdraft.com/pricing
Hilfeseite URL http://support.socialdraft.com
Unterstützte Sprachen en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Socialdraft",
    "version": "1.4",
    "manifest_version": 2,
    "description": "A socialmedia calendar",
    "icons": {
        "16": "images\/icon-16.png",
        "128": "images\/icon-128.png"
    },
    "default_locale": "en",
    "browser_action": {
        "default_icon": "images\/icon-16.png"
    },
    "background": {
        "scripts": [
            "scripts\/jquery-3.2.1.min.js",
            "scripts\/background.js"
        ]
    },
    "content_scripts": [
        {
            "matches": [
                "http:\/\/*\/",
                "https:\/\/*\/*"
            ],
            "js": [
                "scripts\/jquery-3.2.1.min.js",
                "scripts\/content.js"
            ],
            "all_frames": true
        }
    ],
    "permissions": [
        "tabs",
        "notifications",
        "http:\/\/*\/*",
        "https:\/\/*\/*",
        "tabs"
    ],
    "content_security_policy": "script-src 'self' https:\/\/app.socialdraft.com; object-src 'self'  https:\/\/app.socialdraft.com",
    "web_accessible_resources": [
        "iframe.html",
        "scripts\/jquery-3.2.1.min.js",
        "scripts\/iframe.js"
    ]
}