ConvertKit Forms

Get information about convertkit embedded forms

Hvad er ConvertKit Forms?

ConvertKit Forms er en Chrome-udvidelse udviklet af https://www.josephrex.me, og dens hovedfunktion er "Get information about convertkit embedded forms".

Udvidelsesskærmbilleder

screenshot
screenshot

Download ConvertKit Forms-udvidelses-CRX-fil

Download ConvertKit Forms-udvidelsesfiler i crx-format, installer Chrome-udvidelser manuelt i browseren eller del crx-filer med venner for nemt at installere Chrome-udvidelser.

Brugsanvisning til Udvidelsen

                        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.                    

Grundlæggende oplysninger om udvidelsen

Navn ConvertKit Forms ConvertKit Forms
ID bgjghafmjbididmbpcnjcejfbmmhlhbl
Officiel URL https://chromewebstore.google.com/detail/convertkit-forms/bgjghafmjbididmbpcnjcejfbmmhlhbl
Beskrivelse Get information about convertkit embedded forms
Filstørrelse 17.05 KB
Antal Installationer 98
Nuværende Version 0.1
Senest Opdateret 2021-01-18
Udgivelsesdato 2021-01-17
Bedømmelse 5.00/5 Samlet 2 Bedømmelser
Udvikler https://www.josephrex.me
E-mail [email protected]
Betalingsmetode free
Udvidelseswebsted https://github.com/josephrexme/ck-chrome
Hjælpeside-URL https://github.com/josephrexme/ck-chrome/issues
Understøttede Sprog 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
}