Queue
The easiest way to schedule tweets and threads for Notion users.
Queue là gì?
Queue là một tiện ích mở rộng Chrome được phát triển bởi https://queue.so, và tính năng chính của nó là "The easiest way to schedule tweets and threads for Notion users.".
Ả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 Queue
Tải xuống các tệp mở rộng Queue 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
Twitter Scheduling Tool for Notion. Features: - Available for Notion on browsers: Chrome, Brave, Microsoft Edge, and Firefox - Available for Notion on desktop apps: Mac and Windows - Schedule unlimited tweets - Schedule unlimited threads - Schedule unlimited photos, GIFs, and videos - Schedule at any specific time, even a few years ahead. - Schedule threads that reference back to the first tweet - Real-time preview of how your tweets and threads will look on Twitter, directly in Notion, while you're typing. - Connect to any databases and views. - Create unlimited custom views - content calendar, content pipeline, etc. - Set a posting schedule and Queue automatically choose posting time, you don't have to think every time. By using this extension, you agree to Queue.so Terms of Service are available at https://www.queue.so/terms.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Queue |
ID | injmafaookciamgplnkakgcloohbbdjg |
URL Chính Thức | https://chromewebstore.google.com/detail/queue/injmafaookciamgplnkakgcloohbbdjg |
Mô tả | The easiest way to schedule tweets and threads for Notion users. |
Kích Thước Tệp | 999 KB |
Số Lần Cài Đặt | 820 |
Phiên Bản Hiện Tại | 1.16.6 |
Cập Nhật Lần Cuối | 2023-06-02 |
Ngày Phát Hành | 2021-06-30 |
Đánh Giá | 4.50/5 Tổng số 16 Đánh Giá |
Nhà Phát Triển | https://queue.so |
[email protected] | |
Loại Thanh Toán | in_app |
Trang Web Mở Rộng | https://www.queue.so |
URL Trang Trợ Giúp | https://www.queue.so |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Queue", "description": "The easiest way to schedule tweets and threads for Notion users.", "icons": { "16": "\/icon16.png", "32": "\/icon32.png", "48": "\/icon48.png", "128": "\/icon128.png" }, "host_permissions": [ "https:\/\/www.notion.so\/" ], "permissions": [ "activeTab", "storage", "cookies" ], "background": { "service_worker": "scripts\/worker.js" }, "content_scripts": [ { "matches": [ "https:\/\/www.notion.so\/*" ], "js": [ "scripts\/content.js" ] } ], "web_accessible_resources": [ { "extension_ids": [], "matches": [ "https:\/\/www.notion.so\/*" ], "resources": [ "preload.js", "app.js", "assets\/*" ] } ], "externally_connectable": { "matches": [ "https:\/\/www.notion.so\/*", "https:\/\/www.queue.so\/*" ] }, "version": "1.16.6" } |