Kontematik
AI Copywriting assistant
What is Kontematik?
Kontematik is a Chrome extension developed by Kontematik, and its main feature is "AI Copywriting assistant".
Extension Screenshots
Download Kontematik Extension CRX File
Download Kontematik 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
Beautiful content, delivered with AI. With Kontematik AI-powered writing tools, you can generate high-performing Ads, Blogs, Landing Pages, Product Descriptions, Ideas and more in seconds.
Extension Basic Information
Name | Kontematik |
ID | nkakelmmhcciklmlacojbdbajbadkkmn |
Official URL | https://chromewebstore.google.com/detail/kontematik/nkakelmmhcciklmlacojbdbajbadkkmn |
Description | AI Copywriting assistant |
File Size | 105 KB |
Installation Count | 82 |
Current Version | 1.0.0 |
Last Updated | 2021-09-05 |
Publish Date | 2021-09-05 |
Rating | 5.00/5 Total 1 Ratings |
Developer | Kontematik |
[email protected] | |
Payment Type | free |
Extension Website | https://kontematik.com |
Help Page URL | https://kontematik.com |
Privacy Policy Page URL | https://www.kontematik.com/privacy-policy |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 2, "name": "Kontematik", "version": "1.0.0", "description": "AI Copywriting assistant", "browser_action": { "default_icon": ".\/assets\/icon-512.png", "default_popup": ".\/dist\/popup\/index.html" }, "background": { "scripts": [ ".\/dist\/background\/index.global.js" ], "persistent": false }, "content_scripts": [ { "matches": [ "http:\/\/*\/*", "https:\/\/*\/*" ], "js": [ ".\/dist\/content\/index.global.js" ] }, { "matches": [ "https:\/\/app.hubspot.com\/*", "https:\/\/*.hubspotpreview-na1.com\/*" ], "js": [ ".\/dist\/background\/inline.global.js" ], "all_frames": true }, { "matches": [ "https:\/\/*.kontematik.com\/*", "http:\/\/localhost:8000\/*" ], "js": [ ".\/dist\/content\/authenticator.global.js" ] } ], "icons": { "16": ".\/assets\/icon-512.png", "48": ".\/assets\/icon-512.png", "128": ".\/assets\/icon-512.png" }, "permissions": [ "tabs", "unlimitedStorage", "storage" ] } |