Marketo Browser Support

A Google Chrome Extension for supporting Marketo Guided/Email Templates locally in the browser.

Marketo Browser Supportคืออะไร?

Marketo Browser Support เป็นส่วนขยายของ Chrome ที่พัฒนาโดย tyrellcurryio และคุณลักษณะหลักของมันคือ "A Google Chrome Extension for supporting Marketo Guided/Email Templates locally in the browser."

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

screenshot

ดาวน์โหลดไฟล์ CRX ของส่วนขยาย Marketo Browser Support

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

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

                        This extension helps speed up the development process for Marketo Guided Landing Page Templates and Marketo Email Templates by automatically populating Marketo Variables in their correct places based on their Default Value in the Meta Tag when viewing the file locally. It will also recognize True/False Values in Boolean Meta Tags and populate the Value within the browser accordingly.

- No longer are you having to copy and paste your code within the Marketo Template Editor and clicking on the ‘preview’ option to see your template’s changes - you can now see your changes instantly within your browser!

- This extension works best when ‘Live Previewing’ your code using your favourite text editor!

- This extension will not interfere with the Marketo Software and does not make any changes to your local documents. This extension will only provide a ‘preview’ in your Google Chrome Browser when viewing documents locally that are containing Marketo Variables.

Please visit here for the FAQs: https://tyrellcurry.github.io/projectMBS/

This extension was brought to you by Tyrell Curry (https://github.com/tyrellcurry) who is part of the Creative Services team at MERGE (https://mergeworld.com/).                    

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

ชื่อ Marketo Browser Support Marketo Browser Support
ID iinigaojmcejccagokaolgdfhelkemap
URL อย่างเป็นทางการ https://chromewebstore.google.com/detail/marketo-browser-support/iinigaojmcejccagokaolgdfhelkemap
คำอธิบาย A Google Chrome Extension for supporting Marketo Guided/Email Templates locally in the browser.
ขนาดไฟล์ 6.47 KB
จำนวนการติดตั้ง 55
เวอร์ชันปัจจุบัน 1.0.4
อัปเดตครั้งล่าสุด 2023-02-06
วันที่เผยแพร่ 2022-08-24
ผู้พัฒนา tyrellcurryio
อีเมล [email protected]
ประเภทการชำระเงิน free
เว็บไซต์ส่วนขยาย https://tyrellcurry.github.io/projectMBS/
URL หน้าช่วยเหลือ https://forms.gle/mZs2PRuxko7S6bwCA
ภาษาที่รองรับ en
manifest.json
{
    "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
    "name": "Marketo Browser Support",
    "description": "A Google Chrome Extension for supporting Marketo Guided\/Email Templates locally in the browser.",
    "version": "1.0.4",
    "manifest_version": 3,
    "icons": {
        "128": "mbs-icon.png"
    },
    "content_scripts": [
        {
            "matches": [
                ""
            ],
            "include_globs": [
                "*127.*",
                "*file:\/\/*",
                "*localhost:*"
            ],
            "js": [
                "mbs.js"
            ],
            "all_frames": true,
            "run_at": "document_start"
        }
    ],
    "action": {
        "default_popup": "popup.html"
    }
}