Truss
The Truss browser extension allows you to create projects and request files directly within Gmail, with a few simple clicks.
Τι είναι το Truss;
Το Truss είναι ένα πρόσθετο Chrome που αναπτύχθηκε από τον https://gettruss.io, και η κύρια λειτουργία του είναι "The Truss browser extension allows you to create projects and request files directly within Gmail, with a few simple clicks.".
Στιγμιότυπα Επέκτασης
Λήψη αρχείου CRX της επέκτασης Truss
Λήψη αρχείων επέκτασης Truss σε μορφή crx, εγκατάσταση των επεκτάσεων Chrome μη αυτόματα στον περιηγητή ή κοινοποίηση των αρχείων crx με φίλους για εύκολη εγκατάσταση των επεκτάσεων Chrome.
Οδηγίες Χρήσης της Επέκτασης
To use the extension: 1. Open the extension 2. Log in with your Truss username and password. 3. Within gmail.com, open a new email ("Compose"), and fill out the email. You must specify a To: recipient in order for the plugin to work! 4. Create a new project, name it, and select the tasks. 5. The project will automatically be associated with the recipient in the To: field. 6. Click "Insert Link": a email-compatible button will be generated directly in your email, containing a link to the upload page. 7. Send your email, and sit back and relax! Questions or concerns, please contact us at [email protected].
Βασικές Πληροφορίες Επέκτασης
Όνομα | |
ID | kkbfclhicmochpenbkcpcpcnggohjlha |
Επίσημο URL | https://chromewebstore.google.com/detail/truss/kkbfclhicmochpenbkcpcpcnggohjlha |
Περιγραφή | The Truss browser extension allows you to create projects and request files directly within Gmail, with a few simple clicks. |
Μέγεθος Αρχείου | 784 KB |
Αριθμός Εγκαταστάσεων | 246 |
Τρέχουσα Έκδοση | 0.0.10 |
Τελευταία Ενημέρωση | 2024-02-13 |
Ημερομηνία Δημοσίευσης | 2023-02-05 |
Αξιολόγηση | 5.00/5 Συνολικά 1 Αξιολογήσεις |
Προγραμματιστής | https://gettruss.io |
Ηλεκτρονικό ταχυδρομείο | [email protected] |
Τύπος Πληρωμής | free |
Ιστότοπος Επέκτασης | https://gettruss.io |
Διεύθυνση URL της Σελίδας Βοήθειας | https://gettruss.io |
URL της Σελίδας Πολιτικής Απορρήτου | https://gettruss.io/privacy-policy |
Υποστηριζόμενες Γλώσσες | en |
manifest.json | |
{ "update_url": "https:\/\/clients2.google.com\/service\/update2\/crx", "icons": { "16": "icon16.plasmo.754a7afc.png", "32": "icon32.plasmo.1b596b7f.png", "48": "icon48.plasmo.9c45e82d.png", "64": "icon64.plasmo.696cf0ec.png", "128": "icon128.plasmo.f5004619.png" }, "manifest_version": 3, "action": { "default_icon": { "16": "icon16.plasmo.754a7afc.png", "32": "icon32.plasmo.1b596b7f.png", "48": "icon48.plasmo.9c45e82d.png", "64": "icon64.plasmo.696cf0ec.png", "128": "icon128.plasmo.f5004619.png" }, "default_popup": "popup.html" }, "version": "0.0.10", "author": "gettruss.io", "name": "Truss", "description": "The Truss browser extension allows you to create projects and request files directly within Gmail, with a few simple clicks.", "background": { "service_worker": "background.b78a8f7f.js" }, "permissions": [ "storage", "scripting" ], "content_scripts": [ { "matches": [ "https:\/\/app2.gettruss.io\/*" ], "js": [ "truss.83f7d804.js" ], "all_frames": true, "css": [] }, { "matches": [ "https:\/\/mail.google.com\/*" ], "js": [ "contents.0371f07a.js" ], "run_at": "document_end", "css": [] } ], "key": "MIIBIjANBgkqhkiG9w0BAQEFAAOCAQ8AMIIBCgKCAQEAnRXCdWtRNPDqHkErP63AsgCkUVZ+Zomc76f+3iNKk2STWLMm1IvddCQwS4o1V9+To1zX3LQrHGSBvkMstjA8ptqz\/c25mcn9vJoPZdLC0XZ2e2vLqP5NyRABeqZjuMdG4e40iAyf\/43f3FSLsmgkakLZxsYEw2lwxh+UecfUTIbFUnGwUymX0CH352lBUpK8kcnIY16h88om8JUv4ooBS0acgVaOgL07TErYajTWO3qpxHUiKFxI9NYE5KXfitm4A\/JHfG9w5Qtavue8g2Q4KBCc41OXpFCxK6d5g8n4Jjl2ZOv27LxwEtEg3kaWRL0VqIOI2Hj4pZzcUbPf4CdugQIDAQAB", "host_permissions": [ "https:\/\/*\/*" ], "web_accessible_resources": [ { "resources": [ "pageWorld.js" ], "matches": [ "https:\/\/mail.google.com\/*", "https:\/\/inbox.google.com\/*" ] }, { "matches": [ "https:\/\/mail.google.com\/*" ], "resources": [ "contents.26bb7cc2.png" ] } ] } |