Extend AppSheet
Boost productivity and clear the clutter
Was ist Extend AppSheet?
Extend AppSheet ist eine Chrome-Erweiterung, die von https://apportunities.ca entwickelt wurde, und ihr Hauptmerkmal ist "Boost productivity and clear the clutter".
Erweiterungsscreenshots
Extend AppSheet-Erweiterungs-CRX-Datei herunterladen
Laden Sie Extend AppSheet-Erweiterungsdateien im crx-Format herunter, installieren Sie Chrome-Erweiterungen manuell im Browser oder teilen Sie die crx-Dateien mit Freunden, um Chrome-Erweiterungen einfach zu installieren.
Anleitung zur Verwendung der Erweiterung
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.
Grundlegende Informationen zur Erweiterung
Name | Extend AppSheet |
ID | okmajcnbngimcfckkmdpdmgaabhbbfog |
Offizielle URL | https://chromewebstore.google.com/detail/extend-appsheet/okmajcnbngimcfckkmdpdmgaabhbbfog |
Beschreibung | Boost productivity and clear the clutter |
Dateigröße | 153 KB |
Installationsanzahl | 5,000 |
Aktuelle Version | 0.5.2 |
Letztes Update | 2021-12-16 |
Veröffentlichungsdatum | 2021-06-21 |
Bewertung | 4.57/5 Insgesamt 7 Bewertungen |
Entwickler | https://apportunities.ca |
[email protected] | |
Zahlungsart | free |
Unterstützte Sprachen | 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": [ " |