Kontematik
AI Copywriting assistant
Was ist Kontematik?
Kontematik ist eine Chrome-Erweiterung, die von Kontematik entwickelt wurde, und ihr Hauptmerkmal ist "AI Copywriting assistant".
Erweiterungsscreenshots
Kontematik-Erweiterungs-CRX-Datei herunterladen
Laden Sie Kontematik-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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. Grundlegende Informationen zur Erweiterung
| Name | |
| ID | nkakelmmhcciklmlacojbdbajbadkkmn |
| Offizielle URL | https://chromewebstore.google.com/detail/kontematik/nkakelmmhcciklmlacojbdbajbadkkmn |
| Beschreibung | AI Copywriting assistant |
| Dateigröße | 105 KB |
| Installationsanzahl | 82 |
| Aktuelle Version | 1.0.0 |
| Letztes Update | 2021-09-05 |
| Veröffentlichungsdatum | 2021-09-05 |
| Bewertung | 5.00/5 Insgesamt 1 Bewertungen |
| Entwickler | Kontematik |
| [email protected] | |
| Zahlungsart | free |
| Erweiterungswebsite | https://kontematik.com |
| Hilfeseite URL | https://kontematik.com |
| URL der Datenschutzrichtlinien-Seite | https://www.kontematik.com/privacy-policy |
| Unterstützte Sprachen | 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"
]
} | |