Kontematik
AI Copywriting assistant
什麼是Kontematik?
Kontematik是由Kontematik開發的Chrome擴展程式,該擴展的主要功能是“AI Copywriting assistant”。
擴展截圖
下載Kontematik擴展crx文件
下載Kontematik擴展crx格式的文件,手動將Chrome擴充功能安裝到瀏覽器中,也可以將crx文件分享給朋友,輕鬆安裝Chrome擴充功能。
擴展使用說明
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. 擴展基本資訊
| 名稱 | |
| ID | nkakelmmhcciklmlacojbdbajbadkkmn |
| 官方網址 | https://chromewebstore.google.com/detail/kontematik/nkakelmmhcciklmlacojbdbajbadkkmn |
| 簡介 | AI Copywriting assistant |
| 檔案大小 | 105 KB |
| 安裝次數 | 82 |
| 目前版本 | 1.0.0 |
| 更新時間 | 2021-09-05 |
| 上架時間 | 2021-09-05 |
| 評分 | 5.00/5 共 1 次評分 |
| 開發者 | Kontematik |
| 電子郵箱 | [email protected] |
| 付費類型 | free |
| 擴展官網 | https://kontematik.com |
| 說明頁面URL | https://kontematik.com |
| 隱私政策頁面URL | https://www.kontematik.com/privacy-policy |
| 支援的語言 | 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"
]
} | |