ConvertKit Forms

Get information about convertkit embedded forms

Vad är ConvertKit Forms?

ConvertKit Forms är en Chrome-tillägg utvecklad av https://www.josephrex.me, och dess huvudfunktion är "Get information about convertkit embedded forms".

Tilläggsskärmbilder

screenshot
screenshot

Ladda ner ConvertKit Forms-förlängningens CRX-fil

Ladda ner ConvertKit Forms-filändelser i crx-format, installera Chrome-tillägg manuellt i webbläsaren eller dela crx-filerna med vänner för att enkelt installera Chrome-tillägg.

Användarmanual för Tillägg

                        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äggande Information om Tillägg

Namn ConvertKit Forms ConvertKit Forms
ID bgjghafmjbididmbpcnjcejfbmmhlhbl
Officiell webbadress https://chromewebstore.google.com/detail/convertkit-forms/bgjghafmjbididmbpcnjcejfbmmhlhbl
Beskrivning Get information about convertkit embedded forms
Filstorlek 17.05 KB
Antal Installationer 98
Aktuell Version 0.1
Senast Uppdaterad 2021-01-18
Publiceringsdatum 2021-01-17
Betyg 5.00/5 Totalt 2 Betyg
Utvecklare https://www.josephrex.me
E-post [email protected]
Betalningssätt free
Tilläggswebbplats https://github.com/josephrexme/ck-chrome
Hjälpsida URL https://github.com/josephrexme/ck-chrome/issues
Stödda Språk 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
}