ConvertKit Forms

Get information about convertkit embedded forms

Co to jest ConvertKit Forms?

ConvertKit Forms to rozszerzenie Chrome opracowane przez https://www.josephrex.me, a jego główną funkcją jest „Get information about convertkit embedded forms”.

Zrzuty ekranu rozszerzenia

screenshot
screenshot

Pobierz plik CRX rozszerzenia ConvertKit Forms

Pobierz pliki rozszerzeń ConvertKit Forms w formacie crx, zainstaluj ręcznie rozszerzenia Chrome w przeglądarce lub udostępnij pliki crx znajomym, aby łatwo zainstalować rozszerzenia Chrome.

Instrukcja Użytkowania Rozszerzenia

                        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.                    

Podstawowe informacje o rozszerzeniu

Nazwa ConvertKit Forms ConvertKit Forms
ID bgjghafmjbididmbpcnjcejfbmmhlhbl
Oficjalny URL https://chromewebstore.google.com/detail/convertkit-forms/bgjghafmjbididmbpcnjcejfbmmhlhbl
Opis Get information about convertkit embedded forms
Rozmiar pliku 17.05 KB
Liczba instalacji 98
Aktualna Wersja 0.1
Ostatnia Aktualizacja 2021-01-18
Data Publikacji 2021-01-17
Ocena 5.00/5 Łącznie 2 Oceny
Deweloper https://www.josephrex.me
E-mail [email protected]
Typ Płatności free
Strona Rozszerzenia https://github.com/josephrexme/ck-chrome
Adres URL Strony Pomocy https://github.com/josephrexme/ck-chrome/issues
Obsługiwane Języki 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
}