Smartsheet Extension
Enhance your Smartsheet experience with the Smartsheet Extension. Go back to your last edited row.
Qu'est-ce que Smartsheet Extension ?
Smartsheet Extension est une extension Chrome développée par ing.cmolina, et sa fonction principale est "Enhance your Smartsheet experience with the Smartsheet Extension. Go back to your last edited row.".
Captures d'Écran de l'Extension
Télécharger le fichier CRX de l'extension Smartsheet Extension
Téléchargez les fichiers d'extension Smartsheet Extension au format crx, installez manuellement les extensions Chrome dans le navigateur ou partagez les fichiers crx avec des amis pour installer facilement les extensions Chrome.
Instructions d'Utilisation de l'Extension
Enhance your Smartsheet experience with the Smartsheet Extension. This extension executes custom code whenever you visit a Smartsheet URL, allowing you to automate tasks and streamline your workflow. Features: - Scroll to Specific Rows: The included code enables you to scroll directly to a specific row in the Smartsheet grid, making it easier to navigate and focus on the relevant information.
Informations de Base sur l'Extension
Nom | Smartsheet Extension |
ID | alaiobianfncjpaneanbdpecondcnifn |
URL Officiel | https://chromewebstore.google.com/detail/smartsheet-extension/alaiobianfncjpaneanbdpecondcnifn |
Description | Enhance your Smartsheet experience with the Smartsheet Extension. Go back to your last edited row. |
Taille du Fichier | 26.75 KB |
Nombre d'Installations | 133 |
Version Actuelle | 1.0 |
Dernière Mise à Jour | 2023-07-04 |
Date de Publication | 2023-07-03 |
Développeur | ing.cmolina |
[email protected] | |
Type de Paiement | free |
Langues Prises en Charge | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "manifest_version": 3, "name": "Smartsheet Extension", "version": "1.0", "icons": { "16": "icons\/16.png", "19": "icons\/19.png", "38": "icons\/38.png", "48": "icons\/48.png", "128": "icons\/128.png" }, "description": "Enhance your Smartsheet experience with the Smartsheet Extension. Go back to your last edited row.", "host_permissions": [ "https:\/\/app.smartsheet.com\/sheets\/*" ], "content_scripts": [ { "js": [ "contentScript.js" ], "matches": [ "https:\/\/app.smartsheet.com\/sheets\/*" ] } ], "web_accessible_resources": [ { "resources": [ "script.js" ], "matches": [ "https:\/\/app.smartsheet.com\/*" ] } ] } |