Shakespeare AI
Shakespeaere AI Extension
Shakespeare AI là gì?
Shakespeare AI là một tiện ích mở rộng Chrome được phát triển bởi https://shakespeare.ai, và tính năng chính của nó là "Shakespeaere AI Extension".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng Shakespeare AI
Tải xuống các tệp mở rộng Shakespeare AI dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Shakespeare AI |
ID | lfmpllalnonamhdnepkhkggljglejlng |
URL Chính Thức | https://chromewebstore.google.com/detail/shakespeare-ai/lfmpllalnonamhdnepkhkggljglejlng |
Mô tả | Shakespeaere AI Extension |
Kích Thước Tệp | 20.98 KB |
Số Lần Cài Đặt | 82 |
Phiên Bản Hiện Tại | 5.0 |
Cập Nhật Lần Cuối | 2023-03-14 |
Ngày Phát Hành | 2023-02-18 |
Nhà Phát Triển | https://shakespeare.ai |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.shakespeare.ai/ |
URL Trang Trợ Giúp | https://www.shakespeare.ai/help-and-support/ |
URL Trang Chính Sách Bảo Mật | https://www.shakespeare.ai/privacy-policy |
Ngôn Ngữ Được Hỗ Trợ | 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\/*" ] } } |