Kickpages AI
Kickpages AI: write Kickpages page content using the power of AI
Kickpages AI là gì?
Kickpages AI là một tiện ích mở rộng Chrome được phát triển bởi https://kickpages.com, và tính năng chính của nó là "Kickpages AI: write Kickpages page content using the power of AI".
Ả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 Kickpages AI
Tải xuống các tệp mở rộng Kickpages 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
With the Kickpages AI extension, harness the power of chatGPT to elevate your content. Easily edit and write directly within the Kickpages editor, turning bland copy into compelling content in just seconds. Upgrade your writing game with Kickpages AI.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | Kickpages AI |
ID | lnjnbnlcnomgaaloejdembbkbafjnmld |
URL Chính Thức | https://chromewebstore.google.com/detail/kickpages-ai/lnjnbnlcnomgaaloejdembbkbafjnmld |
Mô tả | Kickpages AI: write Kickpages page content using the power of AI |
Kích Thước Tệp | 54.67 KB |
Số Lần Cài Đặt | 124 |
Phiên Bản Hiện Tại | 1.4 |
Cập Nhật Lần Cuối | 2023-02-23 |
Ngày Phát Hành | 2023-01-31 |
Đánh Giá | 5.00/5 Tổng số 4 Đánh Giá |
Nhà Phát Triển | https://kickpages.com |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://www.kickpages.com/aiextension |
URL Trang Trợ Giúp | https://help.kickpages.com |
URL Trang Chính Sách Bảo Mật | https://www.kickpages.com/extprivacy |
Ngôn Ngữ Được Hỗ Trợ | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "Kickpages AI", "version": "1.4", "manifest_version": 3, "description": "Kickpages AI: write Kickpages page content using the power of AI", "background": { "service_worker": "bg.js" }, "action": { "default_popup": "popup.html" }, "content_scripts": [ { "matches": [ "https:\/\/*.kickpages.com\/*" ], "css": [ "\/assets\/css\/font.css", "\/assets\/css\/style.css" ], "js": [ "content-script.js" ], "run_at": "document_end" } ], "host_permissions": [ "https:\/\/*.openai.com\/" ], "web_accessible_resources": [ { "resources": [ "assets\/images\/*", "assets\/icons\/128.png", "assets\/js\/inject.js" ], "matches": [ "https:\/\/*.kickpages.com\/*" ], "use_dynamic_url": true } ], "content_security_policy": { "extension_pages": "script-src 'self'; object-src 'self'" }, "icons": { "16": ".\/assets\/icons\/16.png", "32": ".\/assets\/icons\/32.png", "128": ".\/assets\/icons\/128.png" } } |