Kickpages AI
Kickpages AI: write Kickpages page content using the power of AI
What is Kickpages AI?
Kickpages AI is a Chrome extension developed by https://kickpages.com, and its main feature is "Kickpages AI: write Kickpages page content using the power of AI".
Extension Screenshots
Download Kickpages AI Extension CRX File
Download Kickpages AI extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
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.
Extension Basic Information
Name | Kickpages AI |
ID | lnjnbnlcnomgaaloejdembbkbafjnmld |
Official URL | https://chromewebstore.google.com/detail/kickpages-ai/lnjnbnlcnomgaaloejdembbkbafjnmld |
Description | Kickpages AI: write Kickpages page content using the power of AI |
File Size | 54.67 KB |
Installation Count | 124 |
Current Version | 1.4 |
Last Updated | 2023-02-23 |
Publish Date | 2023-01-31 |
Rating | 5.00/5 Total 4 Ratings |
Developer | https://kickpages.com |
[email protected] | |
Payment Type | free |
Extension Website | https://www.kickpages.com/aiextension |
Help Page URL | https://help.kickpages.com |
Privacy Policy Page URL | https://www.kickpages.com/extprivacy |
Supported Languages | 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" } } |