MadKudu Form

Q: What is MadKudu Form? A: MadKudu Form personalizes your signup forms based on who is signing up. For example, leads who are…

MadKudu Formคืออะไร?

MadKudu Form เป็นส่วนขยายของ Chrome ที่พัฒนาโดย http://app.madkudu.com และคุณลักษณะหลักของมันคือ "Q: What is MadKudu Form? A: MadKudu Form personalizes your signup forms based on who is signing up. For example, leads who are…"

ภาพหน้าจอของส่วนขยาย

screenshot
screenshot
screenshot
screenshot
screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย MadKudu Form

ดาวน์โหลดไฟล์ส่วนขยาย MadKudu Form ในรูปแบบ crx และติดตั้งส่วนขยาย Chrome ด้วยตนเองในเบราว์เซอร์หรือแชร์ไฟล์ crx กับเพื่อนๆ เพื่อติดตั้งส่วนขยาย Chrome อย่างง่ายดาย

คำแนะนำในการใช้ส่วนขยาย

                        Q: What is MadKudu Form?
A: MadKudu Form personalizes your signup forms based on who is signing up. For example, leads who are predicted to be qualified are offered a free sales consultation (while leads who are not qualified continue with a regular signup).

Q: What does this extension do?
A: This extension allows you to preview how your signup form would look like if you turned on MadKudu Form.

Q: How do I use it?
A: Using Chrome, go to your website signup page. Enter an email address in your form and press tab. If the lead is qualified, your form will be personalized. If not, you will see no change!

Q: What do I need for this extension to work?
A: Make sure you have a live account with MadKudu and that the MadKudu Form feature has been turned on for your account.                    

ข้อมูลพื้นฐานของส่วนขยาย

ชื่อ MadKudu Form MadKudu Form
ID ldjmmabjdnpaldpmcpgffhkaeidoknha
URL อย่างเป็นทางการ https://chrome.google.com/webstore/detail/madkudu-form/ldjmmabjdnpaldpmcpgffhkaeidoknha
คำอธิบาย Q: What is MadKudu Form? A: MadKudu Form personalizes your signup forms based on who is signing up. For example, leads who are…
ขนาดไฟล์ 61.42 KB
จำนวนการติดตั้ง 21
เวอร์ชันปัจจุบัน 0.13
อัปเดตครั้งล่าสุด 2017-07-13
วันที่เผยแพร่ 2017-07-13
คะแนน 5.00/5 รวมทั้งหมด 4 คะแนน
ผู้พัฒนา http://app.madkudu.com
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://app.madkudu.com
URL หน้าช่วยเหลือ http://docs.madkudu.com/madkudu-form/introduction/
URL หน้านโยบายความเป็นส่วนตัว https://www.madkudu.com/privacy
ภาษาที่รองรับ en-US
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "manifest_version": 2,
    "name": "MadKudu Form",
    "version": "0.13",
    "content_scripts": [
        {
            "matches": [
                "*:\/\/*\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "components\/jquery-3.1.1.min.js",
                "components\/jquery-ui.min.js",
                "chrome_communicator.js",
                "utils.js",
                "content.js"
            ]
        },
        {
            "matches": [
                "*:\/\/*\/*",
                "*:\/\/app.madkudu.com\/*"
            ],
            "run_at": "document_idle",
            "js": [
                "components\/is_installed.js"
            ]
        }
    ],
    "web_accessible_resources": [
        "menu.html",
        "media\/madkudu_square.svg"
    ],
    "browser_action": {
        "default_icon": "media\/favicon.ico",
        "default_popup": "popup.html"
    },
    "background": {
        "scripts": [
            "background.js"
        ]
    },
    "permissions": [
        "webRequest",
        "webRequestBlocking",
        "*:\/\/cdn.madkudu.com\/madkudu.js\/*",
        "*:\/\/*\/*"
    ],
    "icons": {
        "16": "media\/madkudu_icon_16.png",
        "32": "media\/madkudu_icon_32.png",
        "48": "media\/madkudu_icon_48.png",
        "128": "media\/madkudu_icon_128.png"
    }
}