CopyAI
CopyAI is the world's most advanced AI copywriter that helps brands create highly engaging ad copy. You’ll have access to deep…
CopyAI क्या है?
CopyAI http://copy.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "CopyAI is the world's most advanced AI copywriter that helps brands create highly engaging ad copy. You’ll have access to deep…"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में CopyAI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
CopyAI is the world's most advanced AI copywriter that helps brands create highly engaging ad copy. You’ll have access to deep learning capabilities that enable you to truly understand your customers' desires. It will help you with relevant messaging, creative concepts, and more. You simply describe your product and then it will handle the rest. No more tedious and painstaking research or laborious copywriting – just great ads! Break through writer's block and generate more unique ad ideas than ever before.
एक्सटेंशन की मूल जानकारी
नाम | |
ID | ndcfkhnillkemeiadipdbbeiagoajcel |
आधिकारिक URL | https://chrome.google.com/webstore/detail/copyai/ndcfkhnillkemeiadipdbbeiagoajcel |
विवरण | CopyAI is the world's most advanced AI copywriter that helps brands create highly engaging ad copy. You’ll have access to deep… |
फ़ाइल का आकार | 1.36 MB |
स्थापना संख्या | 11,395 |
वर्तमान संस्करण | 0.0.5 |
अंतिम अपडेट | 2023-01-16 |
प्रकाशन तिथि | 2020-11-08 |
रेटिंग | 4.78/5 कुल 9 रेटिंग्स |
डेवलपर | http://copy.ai |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.copy.ai |
सहायता पृष्ठ URL | https://www.copy.ai/contact-us |
गोपनीयता नीति पृष्ठ URL | https://www.copy.ai/privacy-notice |
समर्थित भाषाएँ | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "CopyAI", "version": "0.0.5", "background": { "scripts": [ ".\/bg.js" ], "persistent": false }, "icons": { "16": "assets\/16icon.png", "48": "assets\/48icon.png", "128": "assets\/128icon.png" }, "browser_action": [], "web_accessible_resources": [ "assets\/*" ], "content_security_policy": "script-src 'self' https:\/\/apis.google.com https:\/\/www.google.com https:\/\/www.gstatic.com 'unsafe-eval'; object-src 'self' https:\/\/apis.google.com https:\/\/www.google.com https:\/\/www.gstatic.com", "permissions": [ "https:\/\/apis.google.com\/js\/*" ], "externally_connectable": { "matches": [ "*:\/\/localhost\/*", "*:\/\/*.copy.ai\/*" ] } } |