Social3 Post Scheduler Plugin
Post to social networks by Social3
Social3 Post Scheduler Plugin là gì?
Social3 Post Scheduler Plugin là một tiện ích mở rộng Chrome được phát triển bởi Social3, và tính năng chính của nó là "Post to social networks by Social3".
Ả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 Social3 Post Scheduler Plugin
Tải xuống các tệp mở rộng Social3 Post Scheduler Plugin 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
The Social3 Post Scheduler chrome extension allows you to easily schedule & share posts as an individual or across your organization. For FREE. No catch
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | |
ID | aoifliafobcadkaladkbbobhgdnceajc |
URL Chính Thức | https://chromewebstore.google.com/detail/social3-post-scheduler-pl/aoifliafobcadkaladkbbobhgdnceajc |
Mô tả | Post to social networks by Social3 |
Kích Thước Tệp | 103 KB |
Số Lần Cài Đặt | 19 |
Phiên Bản Hiện Tại | 1.0.2 |
Cập Nhật Lần Cuối | 2018-08-07 |
Ngày Phát Hành | 2018-08-07 |
Nhà Phát Triển | Social3 |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://social3.io |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Social3 Post Scheduler Plugin", "description": "Post to social networks by Social3", "version": "1.0.2", "browser_action": { "default_icon": { "16": "data\/shared\/img\/s3_logo.png", "32": "data\/shared\/img\/[email protected]", "48": "data\/shared\/img\/[email protected]" }, "default_title": "Social3 Post Scheduler Plugin" }, "background": { "scripts": [ "data\/shared\/js\/s3-port-wrapper.js", "s3-main.js" ] }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "data\/shared\/js\/s3-close-wrapper.js", "data\/shared\/js\/s3-port-wrapper.js", "data\/shared\/js\/s3-iframe.js", "data\/shared\/js\/s3-chrome.js", "data\/shared\/js\/s3-chrome-data-wrapper.js", "data\/shared\/js\/s3-common.js" ], "all_frames": true } ], "permissions": [ "activeTab", "tabs", "http:\/\/*\/*", "https:\/\/*\/*" ], "icons": { "16": "data\/shared\/img\/s3_logo.png", "48": "data\/shared\/img\/[email protected]", "128": "data\/shared\/img\/icon128.png" }, "web_accessible_resources": [ "manifest.json", "data\/shared\/img\/*", "data\/shared\/s3-frame-container.html", "data\/shared\/js\/*" ] } |