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 |
| 公式URL | 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 |
| Eメール | [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"
]
} | |