Copysmith for eCommerce
Copysmith - Your AI Copywriter
什麼是Copysmith for eCommerce?
Copysmith for eCommerce是由https://copysmith.ai開發的Chrome擴展程式,該擴展的主要功能是“Copysmith - Your AI Copywriter”。
擴展截圖
下載Copysmith for eCommerce擴展crx文件
下載Copysmith for eCommerce擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
It's never been simpler to create better content. Create, edit, and optimize all your content in record time! Copysmith is the AI copywriting tool to help online sellers, agencies, copywriters, and marketing teams of all sizes create more content in less time. With the click of a button your team can write engaging product descriptions, digital ads, headlines, emails, social media copy, and more! Copysmith integrates seamlessly with all your online tools to drive growth by saving time, improving copy, and launching faster: - Create eye-catching ads and targeted emails that engage your audience - Write powerful product descriptions for any eCommerce platform (including Amazon, Instagram, eBay, Flipkart, and more) - Rewrite and optimize your existing copy and content in seconds Copysmith is the industry-leading AI copywriting platform with solutions for your content needs. If you're looking for ways to reach new audiences, increase engagement, expand sales, and drive growth, we're here to help.
擴展基本資訊
名稱 | |
ID | idpcihboblgdmignbebgekmnkhijcpil |
官方網址 | https://chromewebstore.google.com/detail/copysmith-for-ecommerce/idpcihboblgdmignbebgekmnkhijcpil |
簡介 | Copysmith - Your AI Copywriter |
檔案大小 | 12.18 MB |
安裝次數 | 725 |
目前版本 | 0.3.5 |
更新時間 | 2023-02-07 |
上架時間 | 2021-09-27 |
評分 | 5.00/5 共 3 次評分 |
開發者 | https://copysmith.ai |
付費類型 | free |
擴展官網 | https://copysmith.ai/ecommerce/ |
說明頁面URL | https://kb-new.copysmith.ai/knowledge |
隱私政策頁面URL | https://copysmith.ai/terms/privacy |
支援的語言 | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Copysmith for eCommerce", "version": "0.3.5", "manifest_version": 3, "description": "Copysmith - Your AI Copywriter", "background": { "service_worker": "static\/js\/background.js" }, "action": [], "host_permissions": [ "https:\/\/*\/" ], "permissions": [ "contextMenus", "scripting", "storage" ], "icons": { "16": "favicon\/icon16.png", "48": "favicon\/icon48.png", "128": "favicon\/icon192.png" }, "web_accessible_resources": [ { "resources": [ "static\/media\/*", "static\/js\/*", "static\/css\/*" ], "matches": [ "https:\/\/*\/*" ] } ] } |