Socialdraft
A socialmedia calendar
Socialdraftとは何ですか?
Socialdraftはhttp://socialdraft.comによって開発されたChromeの拡張機能で、その主な機能は「A socialmedia calendar」です。
拡張機能のスクリーンショット
Socialdraft拡張機能のCRXファイルをダウンロード
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.
拡張機能の基本情報
名前 | |
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" ] } |