Socialdraft

A socialmedia calendar

Что такое Socialdraft?

Socialdraft - это расширение Chrome, разработанное http://socialdraft.com, и его основная функция - "A socialmedia calendar".

Снимки экрана расширения

screenshot
screenshot

Скачать файл CRX расширения Socialdraft

Скачайте файлы расширений Socialdraft в формате crx, установите расширения Chrome вручную в браузере или поделитесь файлами crx с друзьями, чтобы легко установить расширения Chrome.

Инструкции по использованию расширения

                        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.                    

Основная информация о расширении

Название Socialdraft Socialdraft
ID aideefonmnfchccpacmlnalapnphbpoa
Официальный URL https://chrome.google.com/webstore/detail/socialdraft/aideefonmnfchccpacmlnalapnphbpoa
Описание A socialmedia calendar
Размер файла 224 KB
Количество установок 13
Текущая Версия 1.4
Последнее Обновление 2018-01-31
Дата публикации 2018-01-31
Рейтинг 5.00/5 Всего 8 оценок
Разработчик http://socialdraft.com
Тип оплаты free
Официальный сайт расширения http://socialdraft.com/pricing
URL страницы помощи http://support.socialdraft.com
Поддерживаемые языки 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"
    ]
}