Marketo Browser Support

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

Marketo Browser Support क्या है?

Marketo Browser Support tyrellcurryio द्वारा विकसित एक क्रोम एक्सटेंशन है, और इसकी मुख्य विशेषता है "A Google Chrome Extension for supporting Marketo Guided/Email Templates locally in the browser."।

एक्सटेंशन स्क्रीनशॉट्स

screenshot

एक्सएक्स एक्सटेंशन CRX फ़ाइल डाउनलोड करें

crx प्रारूप में Marketo Browser Support एक्सटेंशन फ़ाइलें डाउनलोड करें, ब्राउज़र में क्रोम एक्सटेंशन को मैन्युअल रूप से स्थापित करें या दोस्तों के साथ crx फ़ाइलों को साझा करें ताकि क्रोम एक्सटेंशन को आसानी से स्थापित किया जा सके।

एक्सटेंशन उपयोग निर्देश

                        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"
    }
}