Extend AppSheet
Boost productivity and clear the clutter
What is Extend AppSheet?
Extend AppSheet is a Chrome extension developed by https://apportunities.ca, and its main feature is "Boost productivity and clear the clutter".
Extension Screenshots
Download Extend AppSheet Extension CRX File
Download Extend AppSheet extension files in crx format, manually install Chrome extensions in the browser, or share the crx files with friends to easily install Chrome extensions.
Extension Usage Instructions
Stay organized with app grouping and editor improvements. This extension improves the AppSheet developer experience by adding a monospaced font to the editor fields, and collapsing the left side bar to increase screen space. It also helps developers stay organized by enabling creation of custom app groups and sorting on their My Apps page.
Extension Basic Information
Name | Extend AppSheet |
ID | okmajcnbngimcfckkmdpdmgaabhbbfog |
Official URL | https://chromewebstore.google.com/detail/extend-appsheet/okmajcnbngimcfckkmdpdmgaabhbbfog |
Description | Boost productivity and clear the clutter |
File Size | 153 KB |
Installation Count | 5,000 |
Current Version | 0.5.2 |
Last Updated | 2021-12-16 |
Publish Date | 2021-06-21 |
Rating | 4.57/5 Total 7 Ratings |
Developer | https://apportunities.ca |
[email protected] | |
Payment Type | free |
Supported Languages | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Extend AppSheet", "version": "0.5.2", "description": "Boost productivity and clear the clutter", "icons": { "16": "ico\/ico_16.png", "48": "ico\/ico_48.png", "128": "ico\/ico_128.png" }, "permissions": [ "storage" ], "content_scripts": [ { "css": [ "modules\/modal.css" ], "js": [ "modules\/init.js" ], "matches": [ "https:\/\/www.appsheet.com\/Template*", "https:\/\/www.appsheet.com\/template*" ], "run_at": "document_end" }, { "css": [ "modules\/appEditor\/lib\/codemirror.css", "modules\/appEditor\/lib\/material.css" ], "js": [ "modules\/appEditor\/appEditor.js", "modules\/appEditor\/lib\/codemirror.js", "modules\/appEditor\/lib\/matchbrackets.js", "modules\/appEditor\/lib\/closebrackets.js" ], "matches": [ "https:\/\/www.appsheet.com\/Template\/AppDef*", "https:\/\/www.appsheet.com\/template\/AppDef*" ], "run_at": "document_end" }, { "css": [ "modules\/myApps\/styles.css" ], "js": [ "modules\/myApps\/myApps.js" ], "matches": [ "https:\/\/www.appsheet.com\/Template\/Apps", "https:\/\/www.appsheet.com\/template\/Apps" ], "run_at": "document_end" } ], "web_accessible_resources": [ { "matches": [ " |