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": "Autosave Make & Integromat by MakeMarket.io", "version": "1.0", "description": "", "icons": { "48": "icons\/icon.png" }, "permissions": [ "storage" ], "host_permissions": [ "*:\/\/*.auth.makemarket.io\/*" ], "content_scripts": [ { "matches": [ "*:\/\/*.integromat.com\/*", "*:\/\/*.make.com\/*", "*:\/\/*.celonis.com\/*" ], "js": [ "jquery.min.js", "main.js" ] } ], "action": { "default_title": "Autosave Make & Integromat by MakeMarket.io", "default_icon": "icons\/icon.png", "default_popup": "popup\/content.html" } }