Genius Scheduler
Schedule FB posts in advance for a personal FB Profile
Genius Scheduler là gì?
Genius Scheduler là một tiện ích mở rộng Chrome được phát triển bởi edakehurst, và tính năng chính của nó là "Schedule FB posts in advance for a personal FB Profile".
Ả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 Genius Scheduler
Tải xuống các tệp mở rộng Genius Scheduler 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
From personal FB profile, you may schedule and analyze posts
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Genius Scheduler |
ID | ckbcmmemjdgilpjadkdnehijpmelbiij |
URL Chính Thức | https://chromewebstore.google.com/detail/genius-scheduler/ckbcmmemjdgilpjadkdnehijpmelbiij |
Mô tả | Schedule FB posts in advance for a personal FB Profile |
Kích Thước Tệp | 6.97 MB |
Số Lần Cài Đặt | 1,024 |
Phiên Bản Hiện Tại | 2.1.38 |
Cập Nhật Lần Cuối | 2024-01-11 |
Ngày Phát Hành | 2021-08-02 |
Đánh Giá | 4.80/5 Tổng số 5 Đánh Giá |
Nhà Phát Triển | edakehurst |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://edakehurst.kartra.com/page/GeniusScheduler |
URL Trang Trợ Giúp | https://edakehurst.kartra.com/help/HelpDesk |
URL Trang Chính Sách Bảo Mật | https://geniusposts.io/privacy-policy.html |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Genius Scheduler", "version": "2.1.38", "manifest_version": 3, "description": "Schedule FB posts in advance for a personal FB Profile", "icons": { "16": "images\/5f326f2af01f5b4338ccf597-Genius_Scheduler-1686340320386-small_icon.png", "48": "images\/5f326f2af01f5b4338ccf597-Genius_Scheduler-1623697454605-medium_icon.png", "128": "images\/5f326f2af01f5b4338ccf597-Genius_Scheduler-1623697454653-large_icon.png" }, "action": { "default_popup": "popup.html", "default_title": "Genius Scheduler" }, "web_accessible_resources": [ { "resources": [ "images\/*.png", "images\/*.svg", "images\/*.gif", "inject-helper\/img\/*.gif", "inject-helper\/img\/*.png", "monkeyPatch.js" ], "matches": [ "*:\/\/*.facebook.com\/*", "*:\/\/facebook.com\/*" ] } ], "permissions": [ "storage", "tabs", "scripting", "alarms" ], "host_permissions": [ "*:\/\/*.facebook.com\/*", "*:\/\/facebook.com\/*", "https:\/\/cdn.tiny.cloud\/*", "*:\/\/*.postscheduler.io\/*", "*:\/\/*.geniusscheduler.com\/*" ], "content_scripts": [ { "all_frames": true, "css": [ "inject-helper\/css\/common.css" ], "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", "6075ae1983cb74103b156406_content.js" ], "matches": [ "https:\/\/*.facebook.com\/*" ], "run_at": "document_start" } ], "background": { "service_worker": "6075ae1983cb74103b156406_background.js" }, "externally_connectable": { "matches": [ "https:\/\/*.facebook.com\/*" ] }, "short_name": "GS" } |