Socialdraft

A socialmedia calendar

Socialdraft क्या है?

Socialdraft http://socialdraft.com द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A socialmedia calendar"।

एक्सटेंशन स्क्रीनशॉट्स

screenshot
screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Socialdraft एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    ]
}