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": "SSFeatures", "version": "1.1.10", "author": "Nathan Braun", "description": "Add new features into Smartsheet to improve your productivity.", "action": { "default_title": "SSFeatures", "default_icon": { "16": "icons\/logo-16.png", "24": "icons\/logo-24.png", "32": "icons\/logo-32.png" }, "default_popup": "javascript\/extension-button\/index.html" }, "icons": { "16": "icons\/logo-16.png", "32": "icons\/logo-32.png", "48": "icons\/logo-48.png", "128": "icons\/logo-128.png" }, "content_scripts": [ { "matches": [ "https:\/\/app.smartsheet.au\/*", "https:\/\/app.smartsheet.com\/*", "https:\/\/app.smartsheet.eu\/*", "https:\/\/app.smartsheetgov.com\/*", "https:\/\/workapps.smartsheet.au\/*", "https:\/\/workapps.smartsheet.com\/*", "https:\/\/workapps.smartsheet.eu\/*" ], "js": [ "javascript\/contentscript\/content-script-main.js" ], "run_at": "document_start" } ], "web_accessible_resources": [ { "resources": [ "javascript\/webpage\/webpage-main.js", "css\/*" ], "matches": [ "<all_urls>", "https:\/\/app.smartsheet.au\/*", "https:\/\/app.smartsheet.com\/*", "https:\/\/app.smartsheet.eu\/*", "https:\/\/app.smartsheetgov.com\/*", "https:\/\/workapps.smartsheet.au\/*", "https:\/\/workapps.smartsheet.com\/*", "https:\/\/workapps.smartsheet.eu\/*" ] } ], "permissions": [ "storage" ], "host_permissions": [ "https:\/\/app.smartsheet.au\/*", "https:\/\/app.smartsheet.com\/*", "https:\/\/app.smartsheet.eu\/*", "https:\/\/app.smartsheetgov.com\/*", "https:\/\/workapps.smartsheet.com\/*", "https:\/\/workapps.smartsheet.au\/*", "https:\/\/workapps.smartsheet.eu\/*" ] }