Queue
The easiest way to schedule tweets and threads for Notion users.
Queue क्या है?
Queue https://queue.so द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "The easiest way to schedule tweets and threads for Notion users."।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Queue एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
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 |
आधिकारिक 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" } |