Queue
The easiest way to schedule tweets and threads for Notion users.
什麼是Queue?
Queue是由https://queue.so開發的Chrome擴展程式,該擴展的主要功能是“The easiest way to schedule tweets and threads for Notion users.”。
擴展截圖
下載Queue擴展crx文件
下載Queue擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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.
擴展基本資訊
名稱 | Queue |
ID | injmafaookciamgplnkakgcloohbbdjg |
官方網址 | https://chromewebstore.google.com/detail/queue/injmafaookciamgplnkakgcloohbbdjg |
簡介 | The easiest way to schedule tweets and threads for Notion users. |
檔案大小 | 999 KB |
安裝次數 | 820 |
目前版本 | 1.16.6 |
更新時間 | 2023-06-02 |
上架時間 | 2021-06-30 |
評分 | 4.50/5 共 16 次評分 |
開發者 | https://queue.so |
電子郵箱 | [email protected] |
付費類型 | in_app |
擴展官網 | https://www.queue.so |
說明頁面URL | https://www.queue.so |
支援的語言 | 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" } |