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", "name": "Onnu - Salesforce Utils", "version": "0.0.6", "description": "Salesforce Utils", "manifest_version": 3, "author": "mohan chinnappan", "action": [], "host_permissions": [ "*:\/\/*.force.com\/*", "*:\/\/*.salesforce.com\/*" ], "permissions": [ "cookies", "tabs", "storage", "contextMenus" ], "background": { "service_worker": "js\/background.js", "type": "module" }, "content_scripts": [ { "matches": [ "<all_urls>" ], "js": [ "js\/content.js" ] } ], "icons": { "48": "img\/onnu-48x48.png", "96": "img\/onnu-96x96.png" } }