Data is synced from the Chrome Web Store. View the official store page for the most current information.
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "MarketoMate: Consistent naming, compliant assets, tidy instance!",
"version": "0.0.1.0",
"description": "Automate your naming conventions. Ensure every Marketo asset is compliant, searchable, and organized.",
"icons": {
"16": "portqii_logo_icon.png"
},
"content_scripts": [
{
"matches": [
"https:\/\/engage-ab.marketo.com\/*",
"https:\/\/experience.adobe.com\/*"
],
"js": [
"config.js",
"content.js"
],
"css": [
"styles.css"
],
"include_globs": [
"*munchkinId=*",
"*\/marketo-engage*"
]
}
],
"web_accessible_resources": [
{
"resources": [
"portqii_logo_graphic_color_small.png"
],
"matches": [
"https:\/\/engage-ab.marketo.com\/*",
"https:\/\/experience.adobe.com\/*"
]
}
],
"permissions": [],
"host_permissions": []
}