ConvertKit Forms
Get information about convertkit embedded forms
ConvertKit Formsとは何ですか?
ConvertKit Formsはhttps://www.josephrex.meによって開発されたChromeの拡張機能で、その主な機能は「Get information about convertkit embedded forms」です。
拡張機能のスクリーンショット
ConvertKit Forms拡張機能のCRXファイルをダウンロード
ConvertKit Forms拡張子のファイルをcrx形式でダウンロードし、ブラウザにChrome拡張機能を手動でインストールするか、crxファイルを友達と共有して簡単にChrome拡張機能をインストールします。
拡張機能の使用方法
ConvertKit Forms helps content creators to detect convertkit forms are used on their publications faster. It also help with debugging issues with the forms by detecting the details about the form.
拡張機能の基本情報
名前 | ConvertKit Forms |
ID | bgjghafmjbididmbpcnjcejfbmmhlhbl |
公式URL | https://chromewebstore.google.com/detail/convertkit-forms/bgjghafmjbididmbpcnjcejfbmmhlhbl |
説明 | Get information about convertkit embedded forms |
ファイルサイズ | 17.05 KB |
インストール数 | 98 |
現在のバージョン | 0.1 |
最終更新日 | 2021-01-18 |
公開日 | 2021-01-17 |
評価 | 5.00/5 合計 2 レビュー |
開発者 | https://www.josephrex.me |
Eメール | [email protected] |
支払い方法 | free |
拡張機能のウェブサイト | https://github.com/josephrexme/ck-chrome |
ヘルプページのURL | https://github.com/josephrexme/ck-chrome/issues |
対応言語 | en-US |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "name": "ConvertKit Forms", "version": "0.1", "description": "Get information about convertkit embedded forms", "permissions": [ "activeTab" ], "background": { "scripts": [ "background.js" ] }, "browser_action": { "default_popup": "popup.html", "default_icon": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" } }, "icons": { "16": "images\/icon16.png", "32": "images\/icon32.png", "48": "images\/icon48.png", "128": "images\/icon128.png" }, "manifest_version": 2 } |