Data is synced from the Chrome Web Store. View the official store page for the most current information.
Hand-picked for quality and usefulness
{
"update_url": "https:\/\/clients2.google.com\/service\/update2\/crx",
"manifest_version": 3,
"name": "Magento Form Filler",
"description": "Fill out checkout and registration forms at Magento store.",
"version": "2.1.1.0",
"version_name": "2.1.1",
"permissions": [
"activeTab",
"storage",
"scripting"
],
"action": {
"default_title": "Click to fill out form",
"default_icon": {
"19": "src\/images\/logo_19.png",
"48": "src\/images\/logo_48.png",
"128": "src\/images\/logo_128.png"
},
"default_popup": "src\/popup.html"
},
"background": {
"service_worker": "service-worker-loader.js",
"type": "module"
},
"options_page": "src\/options.html",
"icons": {
"48": "src\/images\/logo_48.png",
"128": "src\/images\/logo_128.png"
}
}