ConvertKit Forms

Get information about convertkit embedded forms

ما هو ConvertKit Forms؟

ConvertKit Forms هو إضافة Chrome تم تطويرها بواسطة https://www.josephrex.me، والميزة الرئيسية لها هي "Get information about convertkit embedded forms".

لقطات شاشة التمديد

screenshot
screenshot

تحميل ملف CRX للإضافة ConvertKit Forms

قم بتنزيل ملفات الامتداد ConvertKit Forms بتنسيق crx ، وقم بتثبيت الامتدادات يدويًا في متصفح Chrome ، أو شارك ملفات crx مع الأصدقاء لتثبيت الامتدادات بسهولة.

تعليمات استخدام التمديد

                        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.                    

معلومات أساسية عن التمديد

الاسم ConvertKit Forms ConvertKit Forms
ID bgjghafmjbididmbpcnjcejfbmmhlhbl
عنوان URL الرسمي https://chromewebstore.google.com/detail/convertkit-forms/bgjghafmjbididmbpcnjcejfbmmhlhbl
الوصف Get information about convertkit embedded forms
حجم الملف 17.05 KB
عدد التثبيتات 98
النسخة الحالية 0.1
آخر تحديث 2021-01-18
تاريخ النشر 2021-01-17
تقييم 5.00/5 مجموع تقييمات 2
المطور https://www.josephrex.me
البريد الإلكتروني [email protected]
نوع الدفع free
موقع الإضافة https://github.com/josephrexme/ck-chrome
عنوان صفحة المساعدة https://github.com/josephrexme/ck-chrome/issues
اللغات المدعومة 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
}