Socialdraft
A socialmedia calendar
Wat is Socialdraft?
Socialdraft is een Chrome-extensie ontwikkeld door http://socialdraft.com, en de belangrijkste functie is "A socialmedia calendar".
Extensie Screenshots
Download het CRX-bestand van de extensie Socialdraft
Download Socialdraft-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | |
ID | aideefonmnfchccpacmlnalapnphbpoa |
Officiële URL | https://chrome.google.com/webstore/detail/socialdraft/aideefonmnfchccpacmlnalapnphbpoa |
Beschrijving | A socialmedia calendar |
Bestandsgrootte | 224 KB |
Aantal Installaties | 13 |
Huidige Versie | 1.4 |
Laatst Bijgewerkt | 2018-01-31 |
Publicatiedatum | 2018-01-31 |
Beoordeling | 5.00/5 Totaal 8 Beoordelingen |
Ontwikkelaar | http://socialdraft.com |
Betalingswijze | free |
Extensiewebsite | http://socialdraft.com/pricing |
Help Pagina-URL | http://support.socialdraft.com |
Ondersteunde Talen | 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" ] } |