ConvertKit Forms
Get information about convertkit embedded forms
Cos'è ConvertKit Forms?
ConvertKit Forms è un'estensione di Chrome sviluppata da https://www.josephrex.me, e la sua funzione principale è "Get information about convertkit embedded forms".
Screenshot dell'Estensione
Scarica il file CRX dell'estensione ConvertKit Forms
Scarica i file di estensione ConvertKit Forms in formato crx, installa manualmente le estensioni di Chrome nel browser o condividi i file crx con gli amici per installare facilmente le estensioni di Chrome.
Istruzioni per l'Uso dell'Estensione
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.
Informazioni di Base sull'Estensione
Nome | ConvertKit Forms |
ID | bgjghafmjbididmbpcnjcejfbmmhlhbl |
URL Ufficiale | https://chromewebstore.google.com/detail/convertkit-forms/bgjghafmjbididmbpcnjcejfbmmhlhbl |
Descrizione | Get information about convertkit embedded forms |
Dimensione del File | 17.05 KB |
Conteggio Installazioni | 98 |
Versione Corrente | 0.1 |
Ultimo Aggiornamento | 2021-01-18 |
Data di Pubblicazione | 2021-01-17 |
Valutazione | 5.00/5 Totale 2 Valutazioni |
Sviluppatore | https://www.josephrex.me |
[email protected] | |
Tipo di Pagamento | free |
Sito Web dell'Estensione | https://github.com/josephrexme/ck-chrome |
URL della Pagina di Aiuto | https://github.com/josephrexme/ck-chrome/issues |
Lingue Supportate | 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 } |