Socialdraft
A socialmedia calendar
What is Socialdraft?
Socialdraft is a Chrome extension developed by http://socialdraft.com, and its main feature is "A socialmedia calendar".
Extension Screenshots
Download Socialdraft Extension CRX File
Download Socialdraft extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | |
ID | aideefonmnfchccpacmlnalapnphbpoa |
Official URL | https://chrome.google.com/webstore/detail/socialdraft/aideefonmnfchccpacmlnalapnphbpoa |
Description | A socialmedia calendar |
File Size | 224 KB |
Installation Count | 13 |
Current Version | 1.4 |
Last Updated | 2018-01-31 |
Publish Date | 2018-01-31 |
Rating | 5.00/5 Total 8 Ratings |
Developer | http://socialdraft.com |
Payment Type | free |
Extension Website | http://socialdraft.com/pricing |
Help Page URL | http://support.socialdraft.com |
Supported Languages | 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" ] } |