Copysmith for eCommerce
Copysmith - Your AI Copywriter
Τι είναι το Copysmith for eCommerce;
Το Copysmith for eCommerce είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://copysmith.ai, και η κύρια λειτουργία του είναι "Copysmith - Your AI Copywriter".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Copysmith for eCommerce
Λήψη αρχείων επέκτασης 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 | afjbholjagjaegdgkadfadcmjkdjcnfb |
Επίσημο URL | https://chromewebstore.google.com/detail/copysmith-for-ecommerce/afjbholjagjaegdgkadfadcmjkdjcnfb |
Περιγραφή | Copysmith - Your AI Copywriter |
Μέγεθος Αρχείου | 12.18 MB |
Αριθμός Εγκαταστάσεων | 318 |
Τρέχουσα Έκδοση | 0.3.5 |
Τελευταία Ενημέρωση | 2023-02-07 |
Ημερομηνία Δημοσίευσης | 2022-05-17 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | 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:\/\/*\/*" ] } ] } |