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是由https://tailwindapp.com开发的Chrome扩展程序,该扩展的主要功能是“Easily generate copy with AI, schedule and publish to Pinterest and Instagram.”。

扩展截图

screenshot
screenshot
screenshot
screenshot
screenshot
screenshot

下载Tailwind – AI marketing content assistant扩展crx文件

下载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 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\/*"
        ]
    }
}