SocialPilot
Easily Schedule Posts Across Multiple Social Media accounts
SocialPilot là gì?
SocialPilot là một tiện ích mở rộng Chrome được phát triển bởi https://www.socialpilot.co, và tính năng chính của nó là "Easily Schedule Posts Across Multiple Social Media accounts".
Ả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 SocialPilot
Tải xuống các tệp mở rộng SocialPilot 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
SocialPilot lets you create schedules for postings on your social media profiles, pages and groups on Facebook, LinkedIn, Twitter to increase engagement and make your presence felt. It creates a whole new way of connecting to millions of users across the globe. It helps marketers to recognize and build trusted connections. It has following feature 1) Helps to connect unlimited accounts: It allows you to connect your all facebook, twitter and linkedin accounts including facebook pages and linkedin pages. 2) Helps to schedule posts: You can easily schedule your post to be shared at anytime for Facebook, twitter and linkedin. 3) Easily create posts: With very easy to use UI, you can create your post to share on social media accounts. 4) Managing groups: SocialPilot has specially designed the feature to categorized all connected accounts by group 5) Feeds Automation: With SocialPilot, you can easily share new posts and contents from famous websites on your social media profile. SocialPilot is a meticulously crafted tool that saves marketers money, time and efforts
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | SocialPilot |
ID | cabldpgmkejdhjbgmeooocablkljdbcg |
URL Chính Thức | https://chromewebstore.google.com/detail/socialpilot/cabldpgmkejdhjbgmeooocablkljdbcg |
Mô tả | Easily Schedule Posts Across Multiple Social Media accounts |
Kích Thước Tệp | 222 KB |
Số Lần Cài Đặt | 5,301 |
Phiên Bản Hiện Tại | 1.3.8 |
Cập Nhật Lần Cuối | 2023-09-07 |
Ngày Phát Hành | 2020-06-11 |
Đánh Giá | 4.15/5 Tổng số 34 Đánh Giá |
Nhà Phát Triển | https://www.socialpilot.co |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.socialpilot.co/ |
URL Trang Trợ Giúp | https://help.socialpilot.co/ |
URL Trang Chính Sách Bảo Mật | https://socialpilot.co/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "all_frames": true, "run_at": "document_start", "js": [ "includes\/content.js" ] } ], "name": "SocialPilot", "icons": { "128": "icons\/icon128.png", "48": "icons\/Logo.png", "16": "icons\/button.png" }, "web_accessible_resources": [ "js\/*", "icons\/*" ], "description": "Easily Schedule Posts Across Multiple Social Media accounts", "background": { "page": "background.html" }, "homepage_url": "https:\/\/socialpilot.co", "version": "1.3.8", "options_page": "options.html", "manifest_version": 2, "content_security_policy": "script-src 'self' 'unsafe-eval'; object-src 'self'", "browser_action": { "default_icon": "icons\/Logo.png", "default_title": "SocialPilot" }, "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "webNavigation" ] } |