Socialdraft
A socialmedia calendar
Socialdraft là gì?
Socialdraft là một tiện ích mở rộng Chrome được phát triển bởi http://socialdraft.com, và tính năng chính của nó là "A socialmedia calendar".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Socialdraft
Tải xuống các tệp mở rộng Socialdraft dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | aideefonmnfchccpacmlnalapnphbpoa |
URL Chính Thức | https://chrome.google.com/webstore/detail/socialdraft/aideefonmnfchccpacmlnalapnphbpoa |
Mô tả | A socialmedia calendar |
Kích Thước Tệp | 224 KB |
Số Lần Cài Đặt | 13 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2018-01-31 |
Ngày Phát Hành | 2018-01-31 |
Đánh Giá | 5.00/5 Tổng số 8 Đánh Giá |
Nhà Phát Triển | http://socialdraft.com |
Loại Thanh Toán | free |
Trang Web Mở Rộng | http://socialdraft.com/pricing |
URL Trang Trợ Giúp | http://support.socialdraft.com |
Ngôn Ngữ Được Hỗ Trợ | 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" ] } |