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. 拡張機能の基本情報
| 名前 | |
| ID | injmafaookciamgplnkakgcloohbbdjg |
| 公式URL | 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 |
| Eメール | [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"
} | |