ConvertKit Forms
Get information about convertkit embedded forms
Wat is ConvertKit Forms?
ConvertKit Forms is een Chrome-extensie ontwikkeld door https://www.josephrex.me, en de belangrijkste functie is "Get information about convertkit embedded forms".
Extensie Screenshots
Download het CRX-bestand van de extensie ConvertKit Forms
Download ConvertKit Forms-extensiebestanden in crx-indeling, installeer Chrome-extensies handmatig in de browser of deel de crx-bestanden met vrienden om Chrome-extensies eenvoudig te installeren.
Instructies voor het Gebruik van de Extensie
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.
Basisinformatie over de Extensie
Naam | ConvertKit Forms |
ID | bgjghafmjbididmbpcnjcejfbmmhlhbl |
Officiële URL | https://chromewebstore.google.com/detail/convertkit-forms/bgjghafmjbididmbpcnjcejfbmmhlhbl |
Beschrijving | Get information about convertkit embedded forms |
Bestandsgrootte | 17.05 KB |
Aantal Installaties | 98 |
Huidige Versie | 0.1 |
Laatst Bijgewerkt | 2021-01-18 |
Publicatiedatum | 2021-01-17 |
Beoordeling | 5.00/5 Totaal 2 Beoordelingen |
Ontwikkelaar | https://www.josephrex.me |
[email protected] | |
Betalingswijze | free |
Extensiewebsite | https://github.com/josephrexme/ck-chrome |
Help Pagina-URL | https://github.com/josephrexme/ck-chrome/issues |
Ondersteunde Talen | 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 } |