Kontematik
AI Copywriting assistant
Wat is Kontematik?
Kontematik is een Chrome-extensie ontwikkeld door Kontematik, en de belangrijkste functie is "AI Copywriting assistant".
Extensie Screenshots
Download het CRX-bestand van de extensie Kontematik
Download Kontematik-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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. Basisinformatie over de Extensie
| Naam | |
| ID | nkakelmmhcciklmlacojbdbajbadkkmn |
| Officiële URL | https://chromewebstore.google.com/detail/kontematik/nkakelmmhcciklmlacojbdbajbadkkmn |
| Beschrijving | AI Copywriting assistant |
| Bestandsgrootte | 105 KB |
| Aantal Installaties | 82 |
| Huidige Versie | 1.0.0 |
| Laatst Bijgewerkt | 2021-09-05 |
| Publicatiedatum | 2021-09-05 |
| Beoordeling | 5.00/5 Totaal 1 Beoordelingen |
| Ontwikkelaar | Kontematik |
| [email protected] | |
| Betalingswijze | free |
| Extensiewebsite | https://kontematik.com |
| Help Pagina-URL | https://kontematik.com |
| URL van de Privacybeleid Pagina | https://www.kontematik.com/privacy-policy |
| Ondersteunde Talen | 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"
]
} | |