Shakespeare AI
Shakespeaere AI Extension
Shakespeare AI क्या है?
Shakespeare AI https://shakespeare.ai द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "Shakespeaere AI Extension"।
एक्सटेंशन स्क्रीनशॉट्स
एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें
crx प्रारूप में Shakespeare AI एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।
एक्सटेंशन उपयोग निर्देश
This extension serves as a tool for Shakespeare users to create ad groups in which they'd like to create copy for using our generative AI solution.
एक्सटेंशन की मूल जानकारी
नाम | Shakespeare AI |
ID | lfmpllalnonamhdnepkhkggljglejlng |
आधिकारिक URL | https://chromewebstore.google.com/detail/shakespeare-ai/lfmpllalnonamhdnepkhkggljglejlng |
विवरण | Shakespeaere AI Extension |
फ़ाइल का आकार | 20.98 KB |
स्थापना संख्या | 82 |
वर्तमान संस्करण | 5.0 |
अंतिम अपडेट | 2023-03-14 |
प्रकाशन तिथि | 2023-02-18 |
डेवलपर | https://shakespeare.ai |
ईमेल | [email protected] |
भुगतान के प्रकार | free |
एक्सटेंशन वेबसाइट | https://www.shakespeare.ai/ |
सहायता पृष्ठ URL | https://www.shakespeare.ai/help-and-support/ |
गोपनीयता नीति पृष्ठ URL | https://www.shakespeare.ai/privacy-policy |
समर्थित भाषाएँ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Shakespeare AI", "description": "Shakespeaere AI Extension", "version": "5.0", "permissions": [ "scripting", "activeTab", "storage" ], "action": { "default_popup": "index.html" }, "content_scripts": [ { "matches": [ "https:\/\/ads.google.com\/*", "https:\/\/business.facebook.com\/*" ], "js": [ ".\/content.js" ], "css": [ ".\/content.css" ], "run_at": "document_start" } ], "icons": { "16": "\/images\/shakespeare-img.png", "32": "\/images\/shakespeare-img.png", "48": "\/images\/shakespeare-img.png", "128": "\/images\/shakespeare-img.png" }, "web_accessible_resources": [ { "resources": [ "\/images\/g-loader.svg", "\/images\/shakepeare-icon.svg", "\/images\/shakespeare-img.png", "\/images\/extension-img.png" ], "matches": [ "https:\/\/ads.google.com\/*", "https:\/\/business.facebook.com\/*" ], "use_dynamic_url": true } ], "background": { "service_worker": "background.js" }, "externally_connectable": { "matches": [ "https:\/\/*.google.com\/*", "https:\/\/localhost:4200\/*", "https:\/\/*.shakespeare.ai\/*", "https:\/\/business.facebook.com\/*" ] } } |