Queue

The easiest way to schedule tweets and threads for Notion users.

Queueคืออะไร?

Queue เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://queue.so และคุณลักษณะหลักของมันคือ "The easiest way to schedule tweets and threads for Notion users."

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Queue

ดาวน์โหลดไฟล์ส่วนขยาย 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 Queue
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
อีเมล [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"
}