ConvertKit Forms

Get information about convertkit embedded forms

What is ConvertKit Forms?

ConvertKit Forms is a Chrome extension developed by https://www.josephrex.me, and its main feature is "Get information about convertkit embedded forms".

Extension Screenshots

screenshot
screenshot

Download ConvertKit Forms Extension CRX File

Download ConvertKit Forms extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.

Extension Usage Instructions

                        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.                    

Extension Basic Information

Name ConvertKit Forms ConvertKit Forms
ID bgjghafmjbididmbpcnjcejfbmmhlhbl
Official URL https://chromewebstore.google.com/detail/convertkit-forms/bgjghafmjbididmbpcnjcejfbmmhlhbl
Description Get information about convertkit embedded forms
File Size 17.05 KB
Installation Count 98
Current Version 0.1
Last Updated 2021-01-18
Publish Date 2021-01-17
Rating 5.00/5 Total 2 Ratings
Developer https://www.josephrex.me
Email [email protected]
Payment Type free
Extension Website https://github.com/josephrexme/ck-chrome
Help Page URL https://github.com/josephrexme/ck-chrome/issues
Supported Languages 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
}