ConvertKit Forms
Get information about convertkit embedded forms
ConvertKit Forms là gì?
ConvertKit Forms là một tiện ích mở rộng Chrome được phát triển bởi https://www.josephrex.me, và tính năng chính của nó là "Get information about convertkit embedded forms".
Ảnh Chụp Màn Hình của Tiện Ích Mở Rộng
Tải xuống tệp CRX của tiện ích mở rộng ConvertKit Forms
Tải xuống các tệp mở rộng ConvertKit Forms dưới định dạng crx, cài đặt các tiện ích mở rộng Chrome bằng tay trong trình duyệt hoặc chia sẻ các tệp crx với bạn bè để dễ dàng cài đặt các tiện ích mở rộng Chrome.
Hướng Dẫn Sử Dụng Tiện Ích Mở Rộng
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.
Thông Tin Cơ Bản về Tiện Ích Mở Rộng
Tên | ConvertKit Forms |
ID | bgjghafmjbididmbpcnjcejfbmmhlhbl |
URL Chính Thức | https://chromewebstore.google.com/detail/convertkit-forms/bgjghafmjbididmbpcnjcejfbmmhlhbl |
Mô tả | Get information about convertkit embedded forms |
Kích Thước Tệp | 17.05 KB |
Số Lần Cài Đặt | 98 |
Phiên Bản Hiện Tại | 0.1 |
Cập Nhật Lần Cuối | 2021-01-18 |
Ngày Phát Hành | 2021-01-17 |
Đánh Giá | 5.00/5 Tổng số 2 Đánh Giá |
Nhà Phát Triển | https://www.josephrex.me |
[email protected] | |
Loại Thanh Toán | free |
Trang Web Mở Rộng | https://github.com/josephrexme/ck-chrome |
URL Trang Trợ Giúp | https://github.com/josephrexme/ck-chrome/issues |
Ngôn Ngữ Được Hỗ Trợ | 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 } |