ConvertKit Forms
Get information about convertkit embedded forms
ConvertKit Formsคืออะไร?
ConvertKit Forms เป็นส่วนขยายของ Chrome ที่พัฒนาโดย https://www.josephrex.me และคุณลักษณะหลักของมันคือ "Get information about convertkit embedded forms"
ภาพหน้าจอของส่วนขยาย
ดาวน์โหลดไฟล์ CRX ของส่วนขยาย ConvertKit Forms
ดาวน์โหลดไฟล์ส่วนขยาย 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 |
อีเมล | [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 } |