Post Partner
Pre-schedule your posts on Profile and Groups.
Post Partner là gì?
Post Partner là một tiện ích mở rộng Chrome được phát triển bởi https://postpartner.io, và tính năng chính của nó là "Pre-schedule your posts on Profile and Groups.".
Ả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 Post Partner
Tải xuống các tệp mở rộng Post Partner 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
Pre-schedule your Facebook posts with ease. Save time and get more exposure on Facebook with the most powerful Facebook tool.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Post Partner |
ID | lgjffcgabdfghbelilnimilgfchjhejc |
URL Chính Thức | https://chromewebstore.google.com/detail/post-partner/lgjffcgabdfghbelilnimilgfchjhejc |
Mô tả | Pre-schedule your posts on Profile and Groups. |
Kích Thước Tệp | 10 MB |
Số Lần Cài Đặt | 537 |
Phiên Bản Hiện Tại | 1.01.34 |
Cập Nhật Lần Cuối | 2024-01-27 |
Ngày Phát Hành | 2022-07-19 |
Đánh Giá | 2.67/5 Tổng số 27 Đánh Giá |
Nhà Phát Triển | https://postpartner.io |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.postpartner.io |
URL Trang Trợ Giúp | https://www.postpartner.io/contact/ |
URL Trang Chính Sách Bảo Mật | https://www.postpartner.io/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Post Partner", "description": "Pre-schedule your posts on Profile and Groups.", "version": "1.01.34", "manifest_version": 3, "icons": { "16": "assets\/img\/icon_16.png", "32": "assets\/img\/icon_32.png", "48": "assets\/img\/icon_48.png", "128": "assets\/img\/icon_128.png" }, "background": { "service_worker": "background.bundle.js" }, "content_scripts": [ { "all_frames": true, "css": [ "assets\/css\/toastr.min.css", "assets\/css\/content-style.css", "inject-helper\/css\/common.css" ], "js": [ "lib\/jquery.min.js", "lib\/toastr.min.js", "inject-helper\/js\/jquery-3.1.0.min.js", "inject-helper\/js\/arrive.js", "inject-helper\/js\/lazyload.min.js", "inject-helper\/js\/snackbar-toast.js", "js\/content-script.bundle.js" ], "matches": [ "https:\/\/*.facebook.com\/*" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "assets\/img\/*.png" ], "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/facebook.com\/*" ] } ], "permissions": [ "tabs", "storage", "scripting", "alarms", "unlimitedStorage", "declarativeNetRequest" ], "host_permissions": [ "*:\/\/*.facebook.com\/*", "*:\/\/*.postpartner.io\/*" ], "action": { "default_icon": "assets\/img\/icon_16.png", "default_popup": "popup.html" }, "externally_connectable": { "matches": [ "*:\/\/*.facebook.com\/*" ] } } |