Tailwind – AI marketing content assistant
Easily generate copy with AI, schedule and publish to Pinterest and Instagram.
Τι είναι το Tailwind – AI marketing content assistant;
Το Tailwind – AI marketing content assistant είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://tailwindapp.com, και η κύρια λειτουργία του είναι "Easily generate copy with AI, schedule and publish to Pinterest and Instagram.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Tailwind – AI marketing content assistant
Λήψη αρχείων επέκτασης Tailwind – AI marketing content assistant σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
Tailwind's AI Chrome extension is a powerful tool designed to help you generate marketing content quickly and easily. With just a click, you can create optimized copy for your social media posts, email campaigns, website copy, and more. You can now apply proven best practices for each use case, and it’s perfect for overcoming writer’s block or generating ideas on the fly. Schedule as many posts as you’d like, and you can even create content as you discover it - just hover over any image and click the “Schedule” button to instantly create a new post. This is a game-changer for small business marketing, but please note that to use it, you must first create a free account at tailwindapp.com.
Βασικές Πληροφορίες Επέκτασης
Όνομα | Tailwind – AI marketing content assistant |
ID | gkbhgdhhefdphpikedbinecandoigdel |
Επίσημο URL | https://chromewebstore.google.com/detail/tailwind-%E2%80%93-ai-marketing-c/gkbhgdhhefdphpikedbinecandoigdel |
Περιγραφή | Easily generate copy with AI, schedule and publish to Pinterest and Instagram. |
Μέγεθος Αρχείου | 2.32 MB |
Αριθμός Εγκαταστάσεων | 103,985 |
Τρέχουσα Έκδοση | 4.4.5 |
Τελευταία Ενημέρωση | 2023-08-06 |
Ημερομηνία Δημοσίευσης | 2020-05-27 |
Αξιολόγηση | 3.86/5 Συνολικά 126 Αξιολογήσεις |
Προγραμματιστής | https://tailwindapp.com |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://www.tailwindapp.com |
Διεύθυνση URL της Σελίδας Βοήθειας | https://support.tailwindapp.com/en/ |
URL της Σελίδας Πολιτικής Απορρήτου | https://www.tailwindapp.com/about/privacy |
Υποστηριζόμενες Γλώσσες | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "browser_action": { "default_icon": { "19": "icons\/icon-19.png", "38": "icons\/icon-38.png" }, "default_title": "Tailwind: AI" }, "background": { "page": "background.html" }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ "content.js" ] } ], "content_security_policy": "script-src 'self' https:\/\/www.google-analytics.com; img-src *; object-src 'self'", "icons": { "16": "icons\/icon-16.png", "19": "icons\/icon-19.png", "24": "icons\/icon-24.png", "32": "icons\/icon-32.png", "38": "icons\/icon-38.png", "48": "icons\/icon-48.png", "64": "icons\/icon-64.png", "128": "icons\/icon-128.png" }, "manifest_version": 2, "description": "Easily generate copy with AI, schedule and publish to Pinterest and Instagram.", "name": "Tailwind \u2013 AI marketing content assistant", "permissions": [ "tabs", "http:\/\/*\/*", "https:\/\/*\/*", "contextMenus", "storage" ], "version": "4.4.5", "web_accessible_resources": [], "externally_connectable": { "matches": [ "*:\/\/*.tailwindapp.com\/*", "*:\/\/*.tailwindapp.local\/*", "*:\/\/*.tailwindapp.net\/*" ] } } |